Advertisement
Guest User

MythTV Bindings Schema Update

a guest
Sep 26th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. diff --git a/mythtv/bindings/perl/MythTV.pm b/mythtv/bindings/perl/MythTV.pm
  2. index 389a2f8..ffff241 100644
  3. --- a/mythtv/bindings/perl/MythTV.pm
  4. +++ b/mythtv/bindings/perl/MythTV.pm
  5. @@ -115,7 +115,7 @@ package MythTV;
  6. # schema version supported in the main code. We need to check that the schema
  7. # version in the database is as expected by the bindings, which are expected
  8. # to be kept in sync with the main code.
  9. - our $SCHEMA_VERSION = "1329";
  10. + our $SCHEMA_VERSION = "1331";
  11.  
  12. # NUMPROGRAMLINES is defined in mythtv/libs/libmythtv/programinfo.h and is
  13. # the number of items in a ProgramInfo QStringList group used by
  14. diff --git a/mythtv/bindings/python/MythTV/static.py b/mythtv/bindings/python/MythTV/static.py
  15. index d39aac7..3c8a168 100644
  16. --- a/mythtv/bindings/python/MythTV/static.py
  17. +++ b/mythtv/bindings/python/MythTV/static.py
  18. @@ -5,7 +5,7 @@ Contains any static and global variables for MythTV Python Bindings
  19. """
  20.  
  21. OWN_VERSION = (0,28,-1,0)
  22. -SCHEMA_VERSION = 1329
  23. +SCHEMA_VERSION = 1331
  24. NVSCHEMA_VERSION = 1007
  25. MUSICSCHEMA_VERSION = 1018
  26. PROTO_VERSION = '83'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement