libextractor

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

commit dfc5fa51dc16f32a86b90f3a198b3490d51d40b6
parent c9d279f86d7a9e81288a082ccee34722ff79b56e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 30 Apr 2006 03:42:12 +0000

fixes, preparing for 0.5.13

Diffstat:
Mconfigure.ac | 5++---
Mcontrib/doxygen | 2+-
Msrc/include/extractor.h | 4++--
3 files changed, 5 insertions(+), 6 deletions(-)

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.12], [bug-libextractor@gnu.org]) +AC_INIT([libextractor], [0.5.13], [bug-libextractor@gnu.org]) AC_REVISION($Revision: 1.67 $) -AM_INIT_AUTOMAKE([libextractor], [0.5.12]) +AM_INIT_AUTOMAKE([libextractor], [0.5.13]) AM_CONFIG_HEADER(src/include/config.h) AH_TOP([#define _GNU_SOURCE 1]) @@ -333,7 +333,6 @@ src/plugins/printable/Makefile src/plugins/hash/Makefile src/plugins/thumbnail/Makefile src/plugins/exiv2/Makefile -src/plugins/wordleaker/Makefile src/test/Makefile ]) 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.12 +PROJECT_NUMBER = 0.5.13 # 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 @@ -1,6 +1,6 @@ /* This file is part of libextractor. - (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff + (C) 2002, 2003, 2004, 2005, 2006 Vidyut Samanta and Christian Grothoff libextractor is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -29,7 +29,7 @@ extern "C" { * 0.2.6-1 => 0x00020601 * 4.5.2-0 => 0x04050200 */ -#define EXTRACTOR_VERSION 0x00051201 +#define EXTRACTOR_VERSION 0x00051300 #include <stdio.h>