aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 742b72f..405cc5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
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.61) 2AC_PREREQ(2.61)
3AC_INIT([libextractor], [0.7.0], [bug-libextractor@gnu.org]) 3AC_INIT([libextractor], [1.0.0], [bug-libextractor@gnu.org])
4AC_CONFIG_HEADERS([config.h]) 4AC_CONFIG_HEADERS([config.h])
5AC_CONFIG_MACRO_DIR([m4]) 5AC_CONFIG_MACRO_DIR([m4])
6AH_TOP([#define _GNU_SOURCE 1]) 6AH_TOP([#define _GNU_SOURCE 1])
@@ -8,9 +8,9 @@ AC_CANONICAL_TARGET
8AC_CANONICAL_HOST 8AC_CANONICAL_HOST
9AC_CANONICAL_SYSTEM 9AC_CANONICAL_SYSTEM
10 10
11LIB_VERSION_CURRENT=3 11LIB_VERSION_CURRENT=4
12LIB_VERSION_REVISION=2 12LIB_VERSION_REVISION=0
13LIB_VERSION_AGE=0 13LIB_VERSION_AGE=1
14AC_SUBST(LIB_VERSION_CURRENT) 14AC_SUBST(LIB_VERSION_CURRENT)
15AC_SUBST(LIB_VERSION_REVISION) 15AC_SUBST(LIB_VERSION_REVISION)
16AC_SUBST(LIB_VERSION_AGE) 16AC_SUBST(LIB_VERSION_AGE)