diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-21 14:56:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-21 14:56:59 +0100 |
commit | c6d50abecc6d3dffd6f4314cc84c6a19c792b3f1 (patch) | |
tree | fdfef3f85d0baa98811e73771a19c65f268cdce5 /configure.ac | |
parent | 8f5dc402173e5a68feab07b1116addddf20969e9 (diff) |
configure.ac version bump
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 af023efe2..96c368c6b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.9.1],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.2],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |