diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bb8959f..b3e617db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ if (WIN32) endif (WIN32) SET(TAGLIB_LIB_MAJOR_VERSION "1") -SET(TAGLIB_LIB_MINOR_VERSION "5") +SET(TAGLIB_LIB_MINOR_VERSION "6") SET(TAGLIB_LIB_PATCH_VERSION "0") SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}") @@ -64,5 +64,3 @@ if(NOT WIN32) endif(NOT WIN32) INSTALL( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/taglib-config DESTINATION ${BIN_INSTALL_DIR}) - - diff --git a/Makefile.am b/Makefile.am index f454f7ef..b7f37d78 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.5\"" >> taglib.doxyfile; \ + echo "PROJECT_NUMBER = \"Version 1.6\"" >> taglib.doxyfile; \ echo "INPUT = $(srcdir)" >> taglib.doxyfile; \ echo "OUTPUT_DIRECTORY = doc/api" >> taglib.doxyfile; \ echo "HTML_OUTPUT = html" >> taglib.doxyfile; \ diff --git a/bindings/c/CMakeLists.txt b/bindings/c/CMakeLists.txt index d8dc1909..dfc6721f 100644 --- a/bindings/c/CMakeLists.txt +++ b/bindings/c/CMakeLists.txt @@ -55,4 +55,3 @@ INSTALL(TARGETS tag_c INSTALL( FILES ${CMAKE_CURRENT_BINARY_DIR}/taglib_c.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) INSTALL( FILES tag_c.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib) - diff --git a/bindings/c/taglib_c.pc.in b/bindings/c/taglib_c.pc.in index 01c63a6b..ae5445f6 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.5 +Version: 1.6 Libs: -L${libdir} -ltag_c Cflags: -I${includedir}/taglib diff --git a/doc/api-header.html b/doc/api-header.html index 91e7dc52..d5963f42 100644 --- a/doc/api-header.html +++ b/doc/api-header.html @@ -17,7 +17,7 @@
- +

TagLib 1.5 ($title)

TagLib 1.6 ($title)