diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-21 15:07:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-21 15:07:23 +0100 |
commit | 7aee7a9a9172d32fe05c2922cddef64e1f549d33 (patch) | |
tree | 088815b46cf5ace6b8e000d55e161422c9e43e7a /configure.ac | |
parent | 04ca76aa60f9e6aa54c0ae7c194c296f36d217b1 (diff) |
-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 f507ebc3..cf782ad9 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant],[0.9.1],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.2],[taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) AC_CONFIG_HEADERS([taler_merchant_config.h]) # support for non-recursive builds |