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 @@ | |||
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 | # |
18 | AC_PREREQ(2.61) | 18 | AC_PREREQ(2.61) |
19 | AC_INIT([libextractor], [1.9], [bug-libextractor@gnu.org]) | 19 | AC_INIT([libextractor], [1.10], [bug-libextractor@gnu.org]) |
20 | AC_CONFIG_AUX_DIR([build-aux]) | 20 | AC_CONFIG_AUX_DIR([build-aux]) |
21 | AC_CONFIG_HEADERS([config.h]) | 21 | AC_CONFIG_HEADERS([config.h]) |
22 | AC_CONFIG_MACRO_DIR([m4]) | 22 | AC_CONFIG_MACRO_DIR([m4]) |
@@ -27,7 +27,7 @@ AC_CANONICAL_SYSTEM | |||
27 | 27 | ||
28 | LIB_VERSION_CURRENT=4 | 28 | LIB_VERSION_CURRENT=4 |
29 | LIB_VERSION_REVISION=7 | 29 | LIB_VERSION_REVISION=7 |
30 | LIB_VERSION_AGE=1 | 30 | LIB_VERSION_AGE=2 |
31 | AC_SUBST(LIB_VERSION_CURRENT) | 31 | AC_SUBST(LIB_VERSION_CURRENT) |
32 | AC_SUBST(LIB_VERSION_REVISION) | 32 | AC_SUBST(LIB_VERSION_REVISION) |
33 | AC_SUBST(LIB_VERSION_AGE) | 33 | AC_SUBST(LIB_VERSION_AGE) |