Skip to content

Commit 94bf2f1

Browse files
committed
Bump bindings schema version
Bump the schema version referenced in the Perl and Python bindings following commits 71064a3 and 1433926.
1 parent d378d3c commit 94bf2f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mythtv/bindings/perl/MythTV.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ package MythTV;
114114
# schema version supported in the main code. We need to check that the schema
115115
# version in the database is as expected by the bindings, which are expected
116116
# to be kept in sync with the main code.
117-
our $SCHEMA_VERSION = "1283";
117+
our $SCHEMA_VERSION = "1285";
118118

119119
# NUMPROGRAMLINES is defined in mythtv/libs/libmythtv/programinfo.h and is
120120
# the number of items in a ProgramInfo QStringList group used by

mythtv/bindings/python/MythTV/static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
OWN_VERSION = (0,25,-1,3)
8-
SCHEMA_VERSION = 1283
8+
SCHEMA_VERSION = 1285
99
NVSCHEMA_VERSION = 1007
1010
MUSICSCHEMA_VERSION = 1018
1111
PROTO_VERSION = '69'

0 commit comments

Comments
 (0)