commit 34de4de685e2ea1e183d3eb44d454e52eb853598
parent f28f272a5ff9c34fc3c52c7943d717a2ddfb40a9
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 7 Jan 2008 15:47:28 +0000
release
Diffstat:
4 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Mon Jan 7 08:46:40 MST 2008
+ Releasing libextractor 0.5.19.
+
Wed Dec 26 19:38:22 MST 2007
Added a FLAC (.flac) plugin.
diff --git a/configure.ac b/configure.ac
@@ -1,8 +1,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([libextractor], [0.5.18a], [bug-libextractor@gnu.org])
+AC_INIT([libextractor], [0.5.19], [bug-libextractor@gnu.org])
AC_REVISION($Revision: 1.67 $)
-AM_INIT_AUTOMAKE([libextractor], [0.5.18a])
+AM_INIT_AUTOMAKE([libextractor], [0.5.19])
AM_CONFIG_HEADER(src/include/config.h)
AH_TOP([#define _GNU_SOURCE 1])
diff --git a/contrib/doxygen b/contrib/doxygen
@@ -23,7 +23,7 @@ PROJECT_NAME = libextractor
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.5.18a
+PROJECT_NUMBER = 0.5.19
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/src/include/extractor.h b/src/include/extractor.h
@@ -32,7 +32,7 @@ extern "C" {
* 0.2.6-1 => 0x00020601
* 4.5.2-0 => 0x04050200
*/
-#define EXTRACTOR_VERSION 0x00051801
+#define EXTRACTOR_VERSION 0x00051900
#include <stdio.h>