aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
-rw-r--r--contrib/doxygen2
-rw-r--r--src/include/extractor.h2
4 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bee2a1..be2a326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Mon Jan 7 08:46:40 MST 2008
2 Releasing libextractor 0.5.19.
3
1Wed Dec 26 19:38:22 MST 2007 4Wed Dec 26 19:38:22 MST 2007
2 Added a FLAC (.flac) plugin. 5 Added a FLAC (.flac) plugin.
3 6
diff --git a/configure.ac b/configure.ac
index 2ed7dc6..99bbaba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
1# Process this file with autoconf to produce a configure script. 1# Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.57) 2AC_PREREQ(2.57)
3AC_INIT([libextractor], [0.5.18a], [bug-libextractor@gnu.org]) 3AC_INIT([libextractor], [0.5.19], [bug-libextractor@gnu.org])
4AC_REVISION($Revision: 1.67 $) 4AC_REVISION($Revision: 1.67 $)
5AM_INIT_AUTOMAKE([libextractor], [0.5.18a]) 5AM_INIT_AUTOMAKE([libextractor], [0.5.19])
6AM_CONFIG_HEADER(src/include/config.h) 6AM_CONFIG_HEADER(src/include/config.h)
7 7
8AH_TOP([#define _GNU_SOURCE 1]) 8AH_TOP([#define _GNU_SOURCE 1])
diff --git a/contrib/doxygen b/contrib/doxygen
index 8eb3080..d61380d 100644
--- a/contrib/doxygen
+++ b/contrib/doxygen
@@ -23,7 +23,7 @@ PROJECT_NAME = libextractor
23# This could be handy for archiving the generated documentation or 23# This could be handy for archiving the generated documentation or
24# if some version control system is used. 24# if some version control system is used.
25 25
26PROJECT_NUMBER = 0.5.18a 26PROJECT_NUMBER = 0.5.19
27 27
28# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 28# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29# base path where the generated documentation will be put. 29# base path where the generated documentation will be put.
diff --git a/src/include/extractor.h b/src/include/extractor.h
index a24ac34..a2a4424 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -32,7 +32,7 @@ extern "C" {
32 * 0.2.6-1 => 0x00020601 32 * 0.2.6-1 => 0x00020601
33 * 4.5.2-0 => 0x04050200 33 * 4.5.2-0 => 0x04050200
34 */ 34 */
35#define EXTRACTOR_VERSION 0x00051801 35#define EXTRACTOR_VERSION 0x00051900
36 36
37#include <stdio.h> 37#include <stdio.h>
38 38