We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d378d3c commit 94bf2f1Copy full SHA for 94bf2f1
mythtv/bindings/perl/MythTV.pm
@@ -114,7 +114,7 @@ package MythTV;
114
# schema version supported in the main code. We need to check that the schema
115
# version in the database is as expected by the bindings, which are expected
116
# to be kept in sync with the main code.
117
- our $SCHEMA_VERSION = "1283";
+ our $SCHEMA_VERSION = "1285";
118
119
# NUMPROGRAMLINES is defined in mythtv/libs/libmythtv/programinfo.h and is
120
# the number of items in a ProgramInfo QStringList group used by
mythtv/bindings/python/MythTV/static.py
@@ -5,7 +5,7 @@
5
"""
6
7
OWN_VERSION = (0,25,-1,3)
8
-SCHEMA_VERSION = 1283
+SCHEMA_VERSION = 1285
9
NVSCHEMA_VERSION = 1007
10
MUSICSCHEMA_VERSION = 1018
11
PROTO_VERSION = '69'
0 commit comments