[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/taglib
From:       Lukáš Lalinský <lalinsky () gmail ! com>
Date:       2010-04-12 17:43:04
Message-ID: 20100412174304.4A14AAC896 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1114073 by lalinsky:

Update all version numbers to 1.6.3

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


--- trunk/kdesupport/taglib/CMakeLists.txt #1114072:1114073
@@ -40,7 +40,7 @@
 
 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}")
  
--- trunk/kdesupport/taglib/Makefile.am #1114072:1114073
@@ -38,7 +38,7 @@
 	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; \
--- trunk/kdesupport/taglib/bindings/c/taglib_c.pc.in #1114072:1114073
@@ -6,6 +6,6 @@
 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 
--- trunk/kdesupport/taglib/configure.in.in #1114072:1114073
@@ -38,7 +38,7 @@
 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
--- trunk/kdesupport/taglib/doc/api-header.html #1114072:1114073
@@ -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">
--- trunk/kdesupport/taglib/taglib-config.cmake #1114072:1114073
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6.2
+	  echo 1.6.3
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib-config.in #1114072:1114073
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6.2
+	  echo 1.6.3
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib/taglib.pro #1114072:1114073
@@ -9,7 +9,7 @@
 DEFINES += HAVE_ZLIB=1 NDEBUG WITH_ASF WITH_MP4
 LIBS += -lz
 TARGET = TagLib
-VERSION = 1.6.2
+VERSION = 1.6.3
 DEPENDPATH += . \
            ape \
            asf \
--- trunk/kdesupport/taglib/taglib/toolkit/taglib.h #1114072:1114073
@@ -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\"")


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic