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 57da8f3..3f12474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
1# Process this file with autoconf to produce a configure script. 1# Process this file with autoconf to produce a configure script.
2# 2#
3# This file is part of GNU libextractor 3# This file is part of GNU libextractor
4# Copyright (C) 2003-2019 Christian Grothoff 4# Copyright (C) 2003-2020 Christian Grothoff
5# 5#
6# GNU libextractor is free software; you can redistribute it and/or modify it under the 6# GNU libextractor is free software; you can redistribute it and/or modify it under the
7# terms of the GNU General Public License as published by the Free Software 7# terms of the GNU General Public License as published by the Free Software
@@ -16,7 +16,7 @@
16# 16#
17# 17#
18AC_PREREQ(2.61) 18AC_PREREQ(2.61)
19AC_INIT([libextractor], [1.9], [bug-libextractor@gnu.org]) 19AC_INIT([libextractor], [1.10], [bug-libextractor@gnu.org])
20AC_CONFIG_AUX_DIR([build-aux]) 20AC_CONFIG_AUX_DIR([build-aux])
21AC_CONFIG_HEADERS([config.h]) 21AC_CONFIG_HEADERS([config.h])
22AC_CONFIG_MACRO_DIR([m4]) 22AC_CONFIG_MACRO_DIR([m4])
@@ -27,7 +27,7 @@ AC_CANONICAL_SYSTEM
27 27
28LIB_VERSION_CURRENT=4 28LIB_VERSION_CURRENT=4
29LIB_VERSION_REVISION=7 29LIB_VERSION_REVISION=7
30LIB_VERSION_AGE=1 30LIB_VERSION_AGE=2
31AC_SUBST(LIB_VERSION_CURRENT) 31AC_SUBST(LIB_VERSION_CURRENT)
32AC_SUBST(LIB_VERSION_REVISION) 32AC_SUBST(LIB_VERSION_REVISION)
33AC_SUBST(LIB_VERSION_AGE) 33AC_SUBST(LIB_VERSION_AGE)