aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-10 20:00:02 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-10 20:01:34 +0100
commit3e01ecd4d5dd8a38097662dc535df2740aa17676 (patch)
treea4074de0431149959dffdd0e0e0137e323fbcb71 /configure.ac
parent3244594c84d655b83d953af67c707859a0db0053 (diff)
downloadlibextractor-3e01ecd4d5dd8a38097662dc535df2740aa17676.tar.gz
libextractor-3e01ecd4d5dd8a38097662dc535df2740aa17676.zip
updating uk translation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5b4422a..127d71b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
16# 16#
17# 17#
18AC_PREREQ(2.61) 18AC_PREREQ(2.61)
19AC_INIT([libextractor], [1.8], [bug-libextractor@gnu.org]) 19AC_INIT([libextractor], [1.9], [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])
@@ -26,7 +26,7 @@ AC_CANONICAL_HOST
26AC_CANONICAL_SYSTEM 26AC_CANONICAL_SYSTEM
27 27
28LIB_VERSION_CURRENT=4 28LIB_VERSION_CURRENT=4
29LIB_VERSION_REVISION=6 29LIB_VERSION_REVISION=7
30LIB_VERSION_AGE=1 30LIB_VERSION_AGE=1
31AC_SUBST(LIB_VERSION_CURRENT) 31AC_SUBST(LIB_VERSION_CURRENT)
32AC_SUBST(LIB_VERSION_REVISION) 32AC_SUBST(LIB_VERSION_REVISION)