]> granicus.if.org Git - taglib/commitdiff
Bump version numbers
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 31 Oct 2009 09:23:58 +0000 (09:23 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 31 Oct 2009 09:23:58 +0000 (09:23 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1042955 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

CMakeLists.txt
NEWS
configure.in.in
taglib-config.cmake
taglib-config.in
taglib/Makefile.am

index 4fce528733a36b451f588ea930460fc3e0f0d60c..1d8aee2903436c64c376b276d4377476bff3e9ce 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 "0")
+SET(TAGLIB_LIB_PATCH_VERSION "1")
 
 SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")
 
diff --git a/NEWS b/NEWS
index 8531d17eda61b2f0aeb506286c98a86dc208cc19..18521c8707ff19076bff01c6466775d3db949b1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-TagLib 1.6.1
-============
+TagLib 1.6.1 (Oct 31, 2009)
+===========================
 
  * Better detection of the audio codec of .oga files in FileRef.
  * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
@@ -12,8 +12,8 @@ TagLib 1.6.1
    as text atoms, which corrupted them in some cases.
  * Fixed ID3v1-style genre to string conversion in MP4 files.
 
-TagLib 1.6
-==========
+TagLib 1.6 (Sep 13, 2009)
+=========================
 
 1.6:
 
index fa90b98d2ebb93ebe49f62e8b29beade2422054d..8fce9997c4a005047e31bde393a2f64a35db63af 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)
+AM_INIT_AUTOMAKE(taglib,1.6.1)
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
index 925a5ed5399422a9e75c11956c433fc276803356..39630a0cacc3a1c0b88a31106fcb3501e0ee77c3 100644 (file)
@@ -35,7 +35,7 @@ do
          flags="$flags -I$includedir/taglib"
          ;;
     --version)
-         echo 1.6
+         echo 1.6.1
          ;;
     --prefix)
          echo $prefix
index 2a3aeb28ec322f67120a1b2ec7f2bab89c5b1ff6..95992a0ba31d35e781e32169e935c9027b9e43ca 100644 (file)
@@ -35,7 +35,7 @@ do
          flags="$flags -I$includedir/taglib"
          ;;
     --version)
-         echo 1.6
+         echo 1.6.1
          ;;
     --prefix)
          echo $prefix
index 9ba38bd7635b8771cf53d4a7a56d7d90b21163fa..73667aa85e9ce0beeb4088ba0a1e5fff706a8cb2 100644 (file)
@@ -45,8 +45,9 @@ taglib_includedir = $(includedir)/taglib
 #  6:0:5 -- TagLib 1.5
 #  7:0:6 -- TagLib 1.6 RC1
 #  7:1:6 -- TagLib 1.6
+#  8:0:7 -- TagLib 1.6.1
 
-libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 7:1:6
+libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 8:0:7
 libtag_la_LIBADD = ./mpeg/libmpeg.la ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la \
        ./ape/libape.la ./toolkit/libtoolkit.la ./wavpack/libwavpack.la \
        ./trueaudio/libtrueaudio.la ./riff/libriff.la \