Skip to content

Commit

Permalink
Update schema version in Perl and Python bindings (missing from 4f023d7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard committed Jun 23, 2013
1 parent 64da907 commit b1798e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythtv/bindings/perl/MythTV.pm
Expand Up @@ -115,7 +115,7 @@ package MythTV;
# schema version supported in the main code. We need to check that the schema
# version in the database is as expected by the bindings, which are expected
# to be kept in sync with the main code.
our $SCHEMA_VERSION = "1312";
our $SCHEMA_VERSION = "1313";

# 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 @@ -5,7 +5,7 @@
"""

OWN_VERSION = (0,27,-1,0)
SCHEMA_VERSION = 1312
SCHEMA_VERSION = 1313
NVSCHEMA_VERSION = 1007
MUSICSCHEMA_VERSION = 1018
PROTO_VERSION = '77'
Expand Down

0 comments on commit b1798e0

Please sign in to comment.