diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-12-15 12:36:48 +0100 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-12-15 12:36:48 +0100 |
commit | 2910270fd95aee034565b68b1c46962b66cec652 (patch) | |
tree | 4725ea4a866d441967c9ba58ed10325523e7d9e3 | |
parent | 340845f56f3702690dd883e964424fd44db24535 (diff) |
bump to 0.12
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da78d9a75..e2c4dd39f 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ(2.61) # Checks for programs. -AC_INIT([gnunet], [0.11.8], [bug-gnunet@gnu.org]) +AC_INIT([gnunet], [0.12.0], [bug-gnunet@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) # check for legacy option that is no longer supported (#5627) and fail hard |