diff --git a/mythtv/bindings/perl/MythTV.pm b/mythtv/bindings/perl/MythTV.pm index 2878f2c..f82e785 100644 --- a/mythtv/bindings/perl/MythTV.pm +++ b/mythtv/bindings/perl/MythTV.pm @@ -107,7 +107,7 @@ package MythTV; # Note: as of July 21, 2010, this is actually a string, to account for proto # versions of the form "58a". This will get used if protocol versions are # changed on a fixes branch ongoing. - our $PROTO_VERSION = "83"; + our $PROTO_VERSION = "84"; our $PROTO_TOKEN = "CanaryCoalmine"; # currentDatabaseVersion is defined in libmythtv in diff --git a/mythtv/bindings/python/MythTV/static.py b/mythtv/bindings/python/MythTV/static.py index 4c03db2..a0db475 100644 --- a/mythtv/bindings/python/MythTV/static.py +++ b/mythtv/bindings/python/MythTV/static.py @@ -8,8 +8,8 @@ OWN_VERSION = (0,28,-1,0) SCHEMA_VERSION = 1336 NVSCHEMA_VERSION = 1007 MUSICSCHEMA_VERSION = 1018 -PROTO_VERSION = '83' -PROTO_TOKEN = 'BreakingGlass' +PROTO_VERSION = '84' +PROTO_TOKEN = 'CanaryCoalmine' BACKEND_SEP = '[]:[]' INSTALL_PREFIX = '/usr/local'