aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-05 18:27:52 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-05 18:27:52 +0200
commit344a18d3015c2616b65f152957be13fe24e2ffe5 (patch)
treefa9267b31fbc7e9d157ba2bc6eef7324af651d12 /configure.ac
parent5d20c07800b39bd66dbd30114009ac8824cb0d44 (diff)
downloadgnunet-344a18d3015c2616b65f152957be13fe24e2ffe5.tar.gz
gnunet-344a18d3015c2616b65f152957be13fe24e2ffe5.zip
version bumping
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 73e693810..7da0faafc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
21# 21#
22AC_PREREQ(2.61) 22AC_PREREQ(2.61)
23# Checks for programs. 23# Checks for programs.
24AC_INIT([gnunet], [0.11.4], [bug-gnunet@gnu.org]) 24AC_INIT([gnunet], [0.11.5], [bug-gnunet@gnu.org])
25AC_CONFIG_AUX_DIR([build-aux]) 25AC_CONFIG_AUX_DIR([build-aux])
26 26
27# check for legacy option that is no longer supported (#5627) and fail hard 27# check for legacy option that is no longer supported (#5627) and fail hard