diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
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 @@ # Process this file with autoconf to produce a configure script. # # This file is part of GNU libextractor -# Copyright (C) 2003-2019 Christian Grothoff +# Copyright (C) 2003-2020 Christian Grothoff # # GNU libextractor is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software @@ -16,7 +16,7 @@ # # AC_PREREQ(2.61) -AC_INIT([libextractor], [1.9], [bug-libextractor@gnu.org]) +AC_INIT([libextractor], [1.10], [bug-libextractor@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -27,7 +27,7 @@ AC_CANONICAL_SYSTEM LIB_VERSION_CURRENT=4 LIB_VERSION_REVISION=7 -LIB_VERSION_AGE=1 +LIB_VERSION_AGE=2 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) AC_SUBST(LIB_VERSION_AGE) |