aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-12 22:28:38 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-12 22:28:38 +0200
commitf033468cd36e2b8bf92d747fbd683b2ace8da394 (patch)
tree34175544ffc736f7f678ca8449b2c25c1c30c61c /configure.ac
parent8fc3b15928c8c76d5edd3de88e0a173368cdc633 (diff)
downloadlibextractor-f033468cd36e2b8bf92d747fbd683b2ace8da394.tar.gz
libextractor-f033468cd36e2b8bf92d747fbd683b2ace8da394.zip
fixing infinite loop, releasing 1.7
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 3fb33b0..b909572 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-2017 Christian Grothoff 4# Copyright (C) 2003-2018 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.6], [bug-libextractor@gnu.org]) 19AC_INIT([libextractor], [1.7], [bug-libextractor@gnu.org])
20AC_CONFIG_HEADERS([config.h]) 20AC_CONFIG_HEADERS([config.h])
21AC_CONFIG_MACRO_DIR([m4]) 21AC_CONFIG_MACRO_DIR([m4])
22AH_TOP([#define _GNU_SOURCE 1]) 22AH_TOP([#define _GNU_SOURCE 1])
@@ -25,7 +25,7 @@ AC_CANONICAL_HOST
25AC_CANONICAL_SYSTEM 25AC_CANONICAL_SYSTEM
26 26
27LIB_VERSION_CURRENT=4 27LIB_VERSION_CURRENT=4
28LIB_VERSION_REVISION=5 28LIB_VERSION_REVISION=6
29LIB_VERSION_AGE=1 29LIB_VERSION_AGE=1
30AC_SUBST(LIB_VERSION_CURRENT) 30AC_SUBST(LIB_VERSION_CURRENT)
31AC_SUBST(LIB_VERSION_REVISION) 31AC_SUBST(LIB_VERSION_REVISION)