Skip to content

Commit

Permalink
Update ABI version for Qt5 porting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Mar 2, 2013
1 parent 7780ba6 commit aa58b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mythtv/libs/libmythbase/mythversion.h
Expand Up @@ -9,10 +9,10 @@
#error You need Qt version >= 4.6.0 to compile MythTV.
#endif

/// Update this whenever the plug-in API changes.
/// Update this whenever the plug-in ABI changes.
/// Including changes in the libmythbase, libmyth, libmythtv, libmythav* and
/// libmythui class methods used by plug-ins.
#define MYTH_BINARY_VERSION "0.27.20130224-1"
/// libmythui class methods in exported headers.
#define MYTH_BINARY_VERSION "0.27.20130301-1"

/** \brief Increment this whenever the MythTV network protocol changes.
*
Expand Down

0 comments on commit aa58b17

Please sign in to comment.