From d685cd6e47da51fdb274f47ea1b18b47a8cbd05d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sat, 31 Oct 2009 09:23:58 +0000 Subject: [PATCH] Bump version numbers git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1042955 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- CMakeLists.txt | 2 +- NEWS | 8 ++++---- configure.in.in | 2 +- taglib-config.cmake | 2 +- taglib-config.in | 2 +- taglib/Makefile.am | 3 ++- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fce5287..1d8aee29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 8531d17e..18521c87 100644 --- 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: diff --git a/configure.in.in b/configure.in.in index fa90b98d..8fce9997 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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 diff --git a/taglib-config.cmake b/taglib-config.cmake index 925a5ed5..39630a0c 100644 --- a/taglib-config.cmake +++ b/taglib-config.cmake @@ -35,7 +35,7 @@ do flags="$flags -I$includedir/taglib" ;; --version) - echo 1.6 + echo 1.6.1 ;; --prefix) echo $prefix diff --git a/taglib-config.in b/taglib-config.in index 2a3aeb28..95992a0b 100644 --- a/taglib-config.in +++ b/taglib-config.in @@ -35,7 +35,7 @@ do flags="$flags -I$includedir/taglib" ;; --version) - echo 1.6 + echo 1.6.1 ;; --prefix) echo $prefix diff --git a/taglib/Makefile.am b/taglib/Makefile.am index 9ba38bd7..73667aa8 100644 --- a/taglib/Makefile.am +++ b/taglib/Makefile.am @@ -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 \ -- 2.40.0