Ticket #11868: python.perl.schema.1318.patch

File python.perl.schema.1318.patch, 1.1 KB (added by Bill Meek <keemllib@…>, 11 years ago)
  • mythtv/bindings/perl/MythTV.pm

    diff --git a/mythtv/bindings/perl/MythTV.pm b/mythtv/bindings/perl/MythTV.pm
    index c74d804..790df41 100644
    a b package MythTV; 
    115115# schema version supported in the main code.  We need to check that the schema
    116116# version in the database is as expected by the bindings, which are expected
    117117# to be kept in sync with the main code.
    118     our $SCHEMA_VERSION = "1317";
     118    our $SCHEMA_VERSION = "1318";
    119119
    120120# NUMPROGRAMLINES is defined in mythtv/libs/libmythtv/programinfo.h and is
    121121# the number of items in a ProgramInfo QStringList group used by
  • mythtv/bindings/python/MythTV/static.py

    diff --git a/mythtv/bindings/python/MythTV/static.py b/mythtv/bindings/python/MythTV/static.py
    index 3343e56..11f778c 100644
    a b Contains any static and global variables for MythTV Python Bindings 
    55"""
    66
    77OWN_VERSION = (0,27,-1,0)
    8 SCHEMA_VERSION = 1317
     8SCHEMA_VERSION = 1318
    99NVSCHEMA_VERSION = 1007
    1010MUSICSCHEMA_VERSION = 1018
    1111PROTO_VERSION = '77'