aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-23 13:13:42 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-23 13:13:42 +0200
commit6cf2f6fed32c741934ba160158a4a90bd488a7c8 (patch)
treeb36fde0fe6950c0af01d59f07c0a6b0cd42b3423
parent95f938ac5708c754dc6055b1493b52aeab763f48 (diff)
downloadgnunet-6cf2f6fed32c741934ba160158a4a90bd488a7c8.tar.gz
gnunet-6cf2f6fed32c741934ba160158a4a90bd488a7c8.zip
-bump version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e18a3b502..81936e8c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
21# 21#
22AC_PREREQ([2.69]) 22AC_PREREQ([2.69])
23# Checks for programs. 23# Checks for programs.
24AC_INIT([gnunet],[0.15.0],[bug-gnunet@gnu.org]) 24AC_INIT([gnunet],[0.15.1],[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