Ticket #13246: android-version2a.patch

File android-version2a.patch, 608 bytes (added by gigem, 6 years ago)
  • mythtv/libs/libmythbase/mythversion.h

    diff --git a/mythtv/libs/libmythbase/mythversion.h b/mythtv/libs/libmythbase/mythversion.h
    index e58dcd2967..ed2515efd6 100644
    a b  
    1010#error "You need a newer version of Qt to compile MythTV. Please re-run 'configure'."
    1111#endif
    1212
     13// Update this whenever a new Android package is released.
     14#define MYTH_ANDROID_VERSION_CODE 1
     15
    1316/// Update this whenever the plug-in ABI changes.
    1417/// Including changes in the libmythbase, libmyth, libmythtv, libmythav* and
    1518/// libmythui class methods in exported headers.