commit 7293a111119ea36d2d67be2a811c1ac4dad050f9 parent 4e19b7b871238d11d114711251fa60d12f0ec0b9 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 7 May 2005 20:12:47 +0000 fix Diffstat:
| M | src/include/extractor.h | | | 2 | +- |
| M | src/main/Makefile.am | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
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 0x00040200 +#define EXTRACTOR_VERSION 0x00050000 #include <stdio.h> diff --git a/src/main/Makefile.am b/src/main/Makefile.am @@ -24,7 +24,7 @@ extract_LDADD = \ $(top_builddir)/src/main/libextractor.la libextractor_la_LDFLAGS = \ - -export-dynamic -version-info 1:0:0 $(LIBICONV) + -export-dynamic -version-info 1:1:0 $(LIBICONV) libextractor_la_LIBADD = \ $(LIBLTDL) libextractor_la_DEPENDENCIES = \