gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor] 04/05: version bumping


From: gnunet
Subject: [GNUnet-SVN] [libextractor] 04/05: version bumping
Date: Wed, 11 Oct 2017 20:54:46 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libextractor.

commit 8e6e40993771a9d83cf1b651ed2f0272ab25c4ec
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Oct 11 20:14:56 2017 +0200

    version bumping
---
 ChangeLog               | 3 +++
 configure.ac            | 4 ++--
 src/include/extractor.h | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7a3fa931..fa69e6c4 100644
--- 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
index 9198ae5b..d907955d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
 #
 #
 AC_PREREQ(2.61)
-AC_INIT([libextractor], [1.3], address@hidden)
+AC_INIT([libextractor], [1.5], address@hidden)
 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
index 38fa8fa6..4bb1217f 100644
--- 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>
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]