]> granicus.if.org Git - taglib/commitdiff
Update the version to v1.11.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 28 Jan 2016 04:17:56 +0000 (13:17 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 28 Jan 2016 04:17:56 +0000 (13:17 +0900)
CMakeLists.txt
taglib/toolkit/taglib.h

index 67442291cc2a81eeb678b888defaf8f0b002d5d7..298ee7e37cbc63946a4404bb305fe9aeba8b8bf5 100644 (file)
@@ -89,9 +89,9 @@ endif()
 # 2. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
 # 3. If any interfaces have been added since the last public release, then increment age.
 # 4. If any interfaces have been removed since the last public release, then set age to 0.
-set(TAGLIB_SOVERSION_CURRENT  16)
-set(TAGLIB_SOVERSION_REVISION 1)
-set(TAGLIB_SOVERSION_AGE      15)
+set(TAGLIB_SOVERSION_CURRENT  17)
+set(TAGLIB_SOVERSION_REVISION 0)
+set(TAGLIB_SOVERSION_AGE      16)
 
 math(EXPR TAGLIB_SOVERSION_MAJOR "${TAGLIB_SOVERSION_CURRENT} - ${TAGLIB_SOVERSION_AGE}")
 math(EXPR TAGLIB_SOVERSION_MINOR "${TAGLIB_SOVERSION_AGE}")
index 4534f186deb92c1137d5197b012ca4c27004b758..5a1204dcf5bbe83dabdc18916c2acbf0e8628ea6 100644 (file)
@@ -29,7 +29,7 @@
 #include "taglib_config.h"
 
 #define TAGLIB_MAJOR_VERSION 1
-#define TAGLIB_MINOR_VERSION 10
+#define TAGLIB_MINOR_VERSION 11
 #define TAGLIB_PATCH_VERSION 0
 
 #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))