]> granicus.if.org Git - taglib/commitdiff
Update all version numbers to 1.6.3
authorLukáš Lalinský <lalinsky@gmail.com>
Mon, 12 Apr 2010 17:43:03 +0000 (17:43 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Mon, 12 Apr 2010 17:43:03 +0000 (17:43 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1114073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

CMakeLists.txt
Makefile.am
bindings/c/taglib_c.pc.in
configure.in.in
doc/api-header.html
taglib-config.cmake
taglib-config.in
taglib/taglib.pro
taglib/toolkit/taglib.h

index 1d8aee2903436c64c376b276d4377476bff3e9ce..4ecf7adc2f715686071550f1a2f2ad1e844d4a4b 100644 (file)
@@ -40,7 +40,7 @@ endif (WIN32)
 
 SET(TAGLIB_LIB_MAJOR_VERSION "1")
 SET(TAGLIB_LIB_MINOR_VERSION "6")
-SET(TAGLIB_LIB_PATCH_VERSION "1")
+SET(TAGLIB_LIB_PATCH_VERSION "3")
 
 SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")
 
index ae6470592d064b710bd89d0cfdbea7719edb44ff..edc8b94e706be5326cf2015dacdca3c6d15f713a 100644 (file)
@@ -38,7 +38,7 @@ apidox:
        fi; \
        cp $(top_srcdir)/admin/Doxyfile.global taglib.doxyfile; \
        echo "PROJECT_NAME        = TagLib" >> taglib.doxyfile; \
-       echo "PROJECT_NUMBER      = \"Version 1.6.2\"" >> taglib.doxyfile; \
+       echo "PROJECT_NUMBER      = \"Version 1.6.3\"" >> taglib.doxyfile; \
        echo "INPUT               = $(srcdir)" >> taglib.doxyfile; \
        echo "OUTPUT_DIRECTORY    = doc/api" >> taglib.doxyfile; \
        echo "HTML_OUTPUT         = html" >> taglib.doxyfile; \
index 7fb3df6ede35b1b545ca38a674a34588a341e44e..7aeed91be0128de638b8a2c6db5dbe439ada4bc3 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: TagLib C Bindings
 Description: Audio meta-data library (C bindings)
 Requires: taglib
-Version: 1.6.2
+Version: 1.6.3
 Libs: -L${libdir} -ltag_c
 Cflags: -I${includedir}/taglib 
index d0374906aff856397d60dbc54dbc9de7db47e4c9..91ed481b76b810a5d42bf8c3c9ab98f42d79cf0b 100644 (file)
@@ -38,7 +38,7 @@ dnl Perform program name transformation
 AC_ARG_PROGRAM
 
 dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(taglib,1.6.2)
+AM_INIT_AUTOMAKE(taglib,1.6.3)
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
index dee15c466e7ec3f3975f6e0ea6a4f3d42127f973..29fb5fc2554f7486072a5538d8a3c5952f50bea9 100644 (file)
@@ -17,7 +17,7 @@
             <td>
               <div id="intro">
                 <table border="0" height="119" cellpadding="0" cellspacing="0" width="100%">
-                    <tr><td valign="top"><h1>TagLib 1.6.2 ($title)</h1></td></tr>
+                    <tr><td valign="top"><h1>TagLib 1.6.3 ($title)</h1></td></tr>
                     <tr>
                       <td valign="bottom">
                         <div id="links">
index ec25fc738819d7cb9dcc96b81d21760f7eeb9314..d7d49e6abcc06203aa3bc761c629f91cb9e35749 100644 (file)
@@ -35,7 +35,7 @@ do
          flags="$flags -I$includedir/taglib"
          ;;
     --version)
-         echo 1.6.2
+         echo 1.6.3
          ;;
     --prefix)
          echo $prefix
index 453860fac7afcc63facdce547c8296a8e55367a3..359def774f54f262c883a6d44f7507d6d3df4857 100644 (file)
@@ -35,7 +35,7 @@ do
          flags="$flags -I$includedir/taglib"
          ;;
     --version)
-         echo 1.6.2
+         echo 1.6.3
          ;;
     --prefix)
          echo $prefix
index 7783545ec7be4cce0d2c6008566cc2ec032df115..8f0e5c945058607e5be70d5eec768328eedf625b 100644 (file)
@@ -9,7 +9,7 @@ CONFIG -= qt
 DEFINES += HAVE_ZLIB=1 NDEBUG WITH_ASF WITH_MP4
 LIBS += -lz
 TARGET = TagLib
-VERSION = 1.6.2
+VERSION = 1.6.3
 DEPENDPATH += . \
            ape \
            asf \
index a2fa5aff1b2d704521b57964ea074133e14b834c..0050e06763c62df082aa873916ae1791a4543ef6 100644 (file)
@@ -28,7 +28,7 @@
 
 #define TAGLIB_MAJOR_VERSION 1
 #define TAGLIB_MINOR_VERSION 6
-#define TAGLIB_PATCH_VERSION 0
+#define TAGLIB_PATCH_VERSION 3
 
 #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))
 #define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \"-Wnon-virtual-dtor\"")