aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-07 22:02:13 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-07 22:02:13 +0300
commitc2d5c80c71299001618e9bea58efd89200d8aa75 (patch)
treefc22b6a760097e6964721854e994280f7d5bd15a
parentddfa808bb4abfcba444b142c45d760842ea2ed1c (diff)
downloadlibmicrohttpd-c2d5c80c71299001618e9bea58efd89200d8aa75.tar.gz
libmicrohttpd-c2d5c80c71299001618e9bea58efd89200d8aa75.zip
Bump version in 'configure' as well
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44ac85c3..c329812c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
23# 23#
24AC_PREREQ([2.64]) 24AC_PREREQ([2.64])
25LT_PREREQ([2.4.0]) 25LT_PREREQ([2.4.0])
26AC_INIT([GNU libmicrohttpd],[0.9.76],[libmicrohttpd@gnu.org]) 26AC_INIT([GNU libmicrohttpd],[0.9.77],[libmicrohttpd@gnu.org])
27AC_CONFIG_AUX_DIR([build-aux]) 27AC_CONFIG_AUX_DIR([build-aux])
28MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line 28MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line
29AC_CONFIG_HEADERS([MHD_config.h]) 29AC_CONFIG_HEADERS([MHD_config.h])