aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-08-14 09:13:05 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-08-14 09:13:05 +0200
commitf1f40feb2beb5c036da0e2b93c433b09b920e0b4 (patch)
tree35e30face62c33b857be413d53f35370862d5a09 /configure.ac
parent99f8204531ebb4d388eec7919afd4b7a3ae0b096 (diff)
downloadgnunet-f1f40feb2beb5c036da0e2b93c433b09b920e0b4.tar.gz
gnunet-f1f40feb2beb5c036da0e2b93c433b09b920e0b4.zip
-update for 0.13.2v0.13.2
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 88a2134ef..e492242a6 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.13.1], [bug-gnunet@gnu.org]) 24AC_INIT([gnunet], [0.13.2], [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