aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b543238fa..6ed48e3e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Wed Oct 30 10:50:00 UTC 2019
2 Released gnunet 0.11.8
3 -ng0
4
1Sun Oct 27 17:17:00 2019 +0200 5Sun Oct 27 17:17:00 2019 +0200
2 Released gnunet 0.11.7 6 Released gnunet 0.11.7
3 -schanzen, ng0 7 -schanzen, ng0
diff --git a/configure.ac b/configure.ac
index bfd227d59..cf92fdfae 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.7], [bug-gnunet@gnu.org]) 24AC_INIT([gnunet], [0.11.8], [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