diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-03 23:35:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-03 23:35:54 +0100 |
commit | e37e32cdb8481ac7d74ac2e1cab4720c26e041ce (patch) | |
tree | a1e90833e3eb149b57240ac3383472d56f320450 /configure.ac | |
parent | d35dd38a6f0f3b2eaa168944358c5db02bb49093 (diff) |
-preps for v0.9.0 release
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 290afd0af..a35da3345 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.8.5],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.0],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |