aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-02 09:17:23 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-02 15:11:17 +0200
commitec31e79fa9fe78263deb6029af659c1d8ae1fc06 (patch)
treed6a22d01bb32e0a635241fac3f004354ce95e45f /configure.ac
parent5d1e2bed2cd01c4d14a6044c811fea539d39300b (diff)
downloadgnunet-ec31e79fa9fe78263deb6029af659c1d8ae1fc06.tar.gz
gnunet-ec31e79fa9fe78263deb6029af659c1d8ae1fc06.zip
-update changelog, bump version
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 00746a6db..e18a3b502 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.14.1],[bug-gnunet@gnu.org]) 24AC_INIT([gnunet],[0.15.0],[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