diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-07 22:58:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-07 22:58:07 +0100 |
commit | c24599ff411d65107feb45eb6c86445f838b4a50 (patch) | |
tree | 2fdfb94d84560a5136106bc14fdd62c7e6a77bcc /configure.ac | |
parent | c4580ba0f993bdf3e4a7b0d74df45e9599f91c22 (diff) |
version bumpv0.9.4b
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 0bd5bf58..84236997 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.4a],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.4b],[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 |