libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit d35e05c87ad4298cb99eaebd38eb8099b1738e45
parent 7db53dd629d44851c34fcbafd16d041a617a325b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 27 Aug 2005 23:07:16 +0000

fixing namespace search code

Diffstat:
MChangeLog | 1+
Mconfigure.ac | 4++--
Msrc/include/extractor.h | 2+-
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,6 @@ Fri Aug 26 22:32:06 PDT 2005 Added workaround libstdc++ bug #23591 (Mantis bug #907). + Releasing libextractor 0.5.4. Tue Aug 23 15:39:37 PDT 2005 Fixed build on OS X. 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.3], [bug-libextractor@gnu.org]) +AC_INIT([libextractor], [0.5.4], [bug-libextractor@gnu.org]) AC_REVISION($Revision: 1.67 $) -AM_INIT_AUTOMAKE([libextractor], [0.5.3]) +AM_INIT_AUTOMAKE([libextractor], [0.5.4]) AM_CONFIG_HEADER(src/include/config.h) AH_TOP([#define _GNU_SOURCE 1]) diff --git a/src/include/extractor.h b/src/include/extractor.h @@ -29,7 +29,7 @@ extern "C" { * 0.2.6-1 => 0x00020601 * 4.5.2-0 => 0x04050200 */ -#define EXTRACTOR_VERSION 0x00050300 +#define EXTRACTOR_VERSION 0x00050400 #include <stdio.h>