aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-24 17:53:29 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-24 17:53:29 +0200
commitbf73ca10e8ac3834f73afbf724be6ae877c3c41e (patch)
treeb054f0c94e1f9c92dd116faee6462bca6c219753 /configure.ac
parent98f2f7c900d0b31a0b05b06e77993a9ee7966d32 (diff)
downloadgnunet-bf73ca10e8ac3834f73afbf724be6ae877c3c41e.tar.gz
gnunet-bf73ca10e8ac3834f73afbf724be6ae877c3c41e.zip
changes for 0.11.6 release: i18n, packaging, missing files in dist
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 7da0faafc..0b434b1aa 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.5], [bug-gnunet@gnu.org]) 24AC_INIT([gnunet], [0.11.6], [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