commit 8e6e40993771a9d83cf1b651ed2f0272ab25c4ec
parent 5ebeb9b7ee2ba887a262ae59d9c16ea1aeec819f
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 11 Oct 2017 20:14:56 +0200
version bumping
Diffstat:
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Oct 11 20:14:12 CEST 2017
+ Releasing GNU libextractor 1.5. -CG
+
Mon Oct 9 15:33:01 CEST 2017
Fix NPE in FLAC plugin found by Leon Zhao. -CG
diff --git a/configure.ac b/configure.ac
@@ -16,7 +16,7 @@
#
#
AC_PREREQ(2.61)
-AC_INIT([libextractor], [1.3], [bug-libextractor@gnu.org])
+AC_INIT([libextractor], [1.5], [bug-libextractor@gnu.org])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
@@ -25,7 +25,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_SYSTEM
LIB_VERSION_CURRENT=4
-LIB_VERSION_REVISION=3
+LIB_VERSION_REVISION=4
LIB_VERSION_AGE=1
AC_SUBST(LIB_VERSION_CURRENT)
AC_SUBST(LIB_VERSION_REVISION)
diff --git a/src/include/extractor.h b/src/include/extractor.h
@@ -35,7 +35,7 @@ extern "C" {
* 0.2.6-1 => 0x00020601
* 4.5.2-0 => 0x04050200
*/
-#define EXTRACTOR_VERSION 0x01030003
+#define EXTRACTOR_VERSION 0x01050000
#include <stdio.h>