~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to libs/libmythdb/mythversion.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-02 00:23:18 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20091002002318-5qu2fr0gxl59egft
Tags: 0.22.0~trunk22167-0ubuntu1
* New upstream checkout (r22167).
  - Fixes some segfaults.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
/// Update this whenever the plug-in API changes.
9
9
/// Including changes in the libmythdb, libmyth and libmythui class methods
10
10
/// used by plug-ins.
11
 
#define MYTH_BINARY_VERSION "0.22.20090928-1"
 
11
#define MYTH_BINARY_VERSION "0.22.20090930-1"
12
12
 
13
13
/** \brief Increment this whenever the MythTV network protocol changes.
14
14
 *
27
27
 *       mythtv/bindings/python/MythTV/MythTV.py (version number)
28
28
 *       mythtv/bindings/python/MythTV/MythTV.py (layout)
29
29
 */
30
 
#define MYTH_PROTO_VERSION "48"
 
30
#define MYTH_PROTO_VERSION "49"
31
31
 
32
32
#endif
33
33