aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 128d0fa..53a1a78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
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.6.0], [bug-libextractor@gnu.org]) 3AC_INIT([libextractor], [0.6.1], [bug-libextractor@gnu.org])
4AM_INIT_AUTOMAKE([libextractor], [0.6.0]) 4AM_INIT_AUTOMAKE([libextractor], [0.6.1])
5AC_CONFIG_HEADERS([config.h]) 5AC_CONFIG_HEADERS([config.h])
6AH_TOP([#define _GNU_SOURCE 1]) 6AH_TOP([#define _GNU_SOURCE 1])
7 7
8LIB_VERSION_CURRENT=3 8LIB_VERSION_CURRENT=3
9LIB_VERSION_REVISION=0 9LIB_VERSION_REVISION=1
10LIB_VERSION_AGE=0 10LIB_VERSION_AGE=0
11AC_SUBST(LIB_VERSION_CURRENT) 11AC_SUBST(LIB_VERSION_CURRENT)
12AC_SUBST(LIB_VERSION_REVISION) 12AC_SUBST(LIB_VERSION_REVISION)