]> granicus.if.org Git - taglib/commitdiff
Update version to 1.10.0.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 3 Aug 2015 07:14:48 +0000 (16:14 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 3 Aug 2015 07:14:48 +0000 (16:14 +0900)
CMakeLists.txt
taglib/toolkit/taglib.h

index b8dc368f2718f13cc7d79503792340fe8db48061..bbaa3aa3d608e653bc4fcfc54077e48e5f5158b9 100644 (file)
@@ -53,8 +53,8 @@ if (MSVC AND ENABLE_STATIC_RUNTIME)
 endif()
 
 set(TAGLIB_LIB_MAJOR_VERSION "1")
-set(TAGLIB_LIB_MINOR_VERSION "9")
-set(TAGLIB_LIB_PATCH_VERSION "1")
+set(TAGLIB_LIB_MINOR_VERSION "10")
+set(TAGLIB_LIB_PATCH_VERSION "0")
 
 set(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")
 
@@ -62,9 +62,9 @@ set(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VE
 # 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  15)
+set(TAGLIB_SOVERSION_CURRENT  16)
 set(TAGLIB_SOVERSION_REVISION 0)
-set(TAGLIB_SOVERSION_AGE      14)
+set(TAGLIB_SOVERSION_AGE      15)
 
 math(EXPR TAGLIB_SOVERSION_MAJOR "${TAGLIB_SOVERSION_CURRENT} - ${TAGLIB_SOVERSION_AGE}")
 math(EXPR TAGLIB_SOVERSION_MINOR "${TAGLIB_SOVERSION_AGE}")
index fe1f2b3aaa7ac1842a42648a10f6ed734a080523..ef7650ce58109758cfbc1754816fe2a979119c91 100644 (file)
@@ -29,8 +29,8 @@
 #include "taglib_config.h"
 
 #define TAGLIB_MAJOR_VERSION 1
-#define TAGLIB_MINOR_VERSION 9
-#define TAGLIB_PATCH_VERSION 1
+#define TAGLIB_MINOR_VERSION 10
+#define TAGLIB_PATCH_VERSION 0
 
 #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))
 #define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \"-Wnon-virtual-dtor\"")