From 20be90be12943a9586cf5b8257f07b1a4a12c67a Mon Sep 17 00:00:00 2001 From: Jean-Yves Avenard Date: Mon, 22 Feb 2016 16:07:33 +1100 Subject: [PATCH] bump API version --- mythtv/libs/libmythbase/mythversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/libs/libmythbase/mythversion.h b/mythtv/libs/libmythbase/mythversion.h index c21eec3c426..5a7957e888c 100644 --- a/mythtv/libs/libmythbase/mythversion.h +++ b/mythtv/libs/libmythbase/mythversion.h @@ -12,7 +12,7 @@ /// Update this whenever the plug-in ABI changes. /// Including changes in the libmythbase, libmyth, libmythtv, libmythav* and /// libmythui class methods in exported headers. -#define MYTH_BINARY_VERSION "0.28.20160210-1" +#define MYTH_BINARY_VERSION "0.28.20160222-1" /** \brief Increment this whenever the MythTV network protocol changes. * Note that the token currently cannot contain spaces.