diff options
author | ng0 <ng0@n0.is> | 2019-10-30 10:53:52 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-30 10:53:52 +0000 |
commit | 73b26c89ac86b248fcd1d2ff793d9e7e2f6b55bc (patch) | |
tree | a1543c877fe741f4121d6404dd0943bd90c351ea /configure.ac | |
parent | 03c1ba4eaca6288d43daee091dbffb9851f49add (diff) |
v0.11.8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bfd227d59..cf92fdfae 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ(2.61) # Checks for programs. -AC_INIT([gnunet], [0.11.7], [bug-gnunet@gnu.org]) +AC_INIT([gnunet], [0.11.8], [bug-gnunet@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) # check for legacy option that is no longer supported (#5627) and fail hard |