Skip to content

Commit

Permalink
Bump protocol revision following the addition of backend downloading …
Browse files Browse the repository at this point in the history
…in r25351.

git-svn-id: http://svn.mythtv.org/svn/trunk@25362 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
wagnerrp committed Jul 17, 2010
1 parent 090fb70 commit 0bba872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mythtv/bindings/perl/MythTV.pm
Expand Up @@ -101,7 +101,7 @@ package MythTV;

# MYTH_PROTO_VERSION is defined in libmyth in mythtv/libs/libmyth/mythcontext.h
# and should be the current MythTV protocol version.
our $PROTO_VERSION = 57;
our $PROTO_VERSION = 58;

# NUMPROGRAMLINES is defined in mythtv/libs/libmythtv/programinfo.h and is
# the number of items in a ProgramInfo QStringList group used by
Expand Down
2 changes: 1 addition & 1 deletion mythtv/bindings/python/MythTV/static.py
Expand Up @@ -9,7 +9,7 @@
MVSCHEMA_VERSION = 1036
NVSCHEMA_VERSION = 1007
MUSICSCHEMA_VERSION = 1017
PROTO_VERSION = 57
PROTO_VERSION = 58
BACKEND_SEP = '[]:[]'

class MARKUP( object ):
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythdb/mythversion.h
Expand Up @@ -30,7 +30,7 @@
* mythtv/bindings/python/MythTV/MythStatic.py (version number)
* mythtv/bindings/python/MythTV/MythTV.py (layout)
*/
#define MYTH_PROTO_VERSION "57"
#define MYTH_PROTO_VERSION "58"

MPUBLIC const char *GetMythSourceVersion();

Expand Down

0 comments on commit 0bba872

Please sign in to comment.