aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-06 19:55:27 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-06 19:55:27 +0100
commitacd39ed23d80f0aa2ff3829293a3e683ed6e31d0 (patch)
treedb6e1a50589b1530f56e6732b36af784008fa5df /configure.ac
parent3fc686e335437ec5f6d6270c8d713e9a01da966f (diff)
downloadlibmicrohttpd-acd39ed23d80f0aa2ff3829293a3e683ed6e31d0.tar.gz
libmicrohttpd-acd39ed23d80f0aa2ff3829293a3e683ed6e31d0.zip
releasing libmicrohttpd 0.9.60v0.9.60
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index dd2ec7d3..02a980a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,15 +22,15 @@
22# 22#
23AC_PREREQ([2.64]) 23AC_PREREQ([2.64])
24LT_PREREQ([2.4.0]) 24LT_PREREQ([2.4.0])
25AC_INIT([GNU Libmicrohttpd],[0.9.59],[libmicrohttpd@gnu.org]) 25AC_INIT([GNU Libmicrohttpd],[0.9.60],[libmicrohttpd@gnu.org])
26AC_CONFIG_AUX_DIR([build-aux]) 26AC_CONFIG_AUX_DIR([build-aux])
27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
28AC_CONFIG_HEADERS([MHD_config.h]) 28AC_CONFIG_HEADERS([MHD_config.h])
29AC_CONFIG_MACRO_DIR([m4]) 29AC_CONFIG_MACRO_DIR([m4])
30 30
31LIB_VERSION_CURRENT=58 31LIB_VERSION_CURRENT=59
32LIB_VERSION_REVISION=0 32LIB_VERSION_REVISION=0
33LIB_VERSION_AGE=46 33LIB_VERSION_AGE=47
34AC_SUBST(LIB_VERSION_CURRENT) 34AC_SUBST(LIB_VERSION_CURRENT)
35AC_SUBST(LIB_VERSION_REVISION) 35AC_SUBST(LIB_VERSION_REVISION)
36AC_SUBST(LIB_VERSION_AGE) 36AC_SUBST(LIB_VERSION_AGE)
@@ -74,7 +74,7 @@ m4_ifdef([AM_GNU_GETTEXT], [
74]) 74])
75m4_ifdef([AM_GNU_GETTEXT_VERSION], [ 75m4_ifdef([AM_GNU_GETTEXT_VERSION], [
76#do not indent here 76#do not indent here
77AM_GNU_GETTEXT_VERSION([0.18.2]) 77AM_GNU_GETTEXT_VERSION([0.19.8])
78]) 78])
79AM_CONDITIONAL([HAVE_PO], [ test "$have_po" = yes ]) 79AM_CONDITIONAL([HAVE_PO], [ test "$have_po" = yes ])
80 80