libextractor

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

commit 1b558eb11a992b1cf506910f9ed8cb93c768f5d0
parent 08df94f6ed23844b1f5b127e62a24d8dc38a311d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 20 Feb 2005 21:56:21 +0000

version

Diffstat:
Mconfigure.ac | 4++--
Msrc/include/extractor.h | 4++--
2 files changed, 4 insertions(+), 4 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.4.1], [libextractor@cs.purdue.edu]) +AC_INIT([libextractor], [0.4.1-cvs], [libextractor@cs.purdue.edu]) AC_REVISION($Revision: 1.67 $) -AM_INIT_AUTOMAKE([libextractor], [0.4.1]) +AM_INIT_AUTOMAKE([libextractor], [0.4.1-cvs]) AM_CONFIG_HEADER(src/include/config.h) # Checks for programs. 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 Vidyut Samanta and Christian Grothoff + (C) 2002, 2003, 2004, 2005 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 0x00040000 +#define EXTRACTOR_VERSION 0x00040100 #include <stdio.h>