From b1cac7175ff7729265c508436ed16a96e19f13f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 4 Apr 2010 15:01:21 +0000 Subject: [PATCH] Increment version number git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1110983 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Makefile.am | 2 +- NEWS | 1 + bindings/c/taglib_c.pc.in | 2 +- configure.in.in | 2 +- doc/api-header.html | 2 +- taglib-config.cmake | 2 +- taglib-config.in | 2 +- taglib/Makefile.am | 3 ++- taglib/taglib.pro | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index a7a2bed0..ae647059 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.1\"" >> taglib.doxyfile; \ + echo "PROJECT_NUMBER = \"Version 1.6.2\"" >> taglib.doxyfile; \ echo "INPUT = $(srcdir)" >> taglib.doxyfile; \ echo "OUTPUT_DIRECTORY = doc/api" >> taglib.doxyfile; \ echo "HTML_OUTPUT = html" >> taglib.doxyfile; \ diff --git a/NEWS b/NEWS index ca821caa..b6db8d1b 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ TagLib 1.6.2 (Apr 5, 2010) * Fixed compilation of the test runner on Windows. * Store ASF attributes larger than 64k in the metadata library object. * Ignore trailing non-data atoms when parsing MP4 covr atoms. + * Don't upgrade ID3v2.2 frame TDA to TDRC. (BUG:228968) TagLib 1.6.1 (Oct 31, 2009) =========================== diff --git a/bindings/c/taglib_c.pc.in b/bindings/c/taglib_c.pc.in index 974177d7..7fb3df6e 100644 --- a/bindings/c/taglib_c.pc.in +++ b/bindings/c/taglib_c.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: TagLib C Bindings Description: Audio meta-data library (C bindings) Requires: taglib -Version: 1.6.1 +Version: 1.6.2 Libs: -L${libdir} -ltag_c Cflags: -I${includedir}/taglib diff --git a/configure.in.in b/configure.in.in index 8fce9997..d0374906 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.1) +AM_INIT_AUTOMAKE(taglib,1.6.2) dnl almost the same like KDE_SET_PEFIX but the path is /usr/local dnl diff --git a/doc/api-header.html b/doc/api-header.html index f15880c0..dee15c46 100644 --- a/doc/api-header.html +++ b/doc/api-header.html @@ -17,7 +17,7 @@
- +

TagLib 1.6.1 ($title)

TagLib 1.6.2 ($title)