diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-05-15 17:30:50 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-05-15 17:30:50 +0200 |
commit | a99043594b1abdfae9a258ec8c6c504c0618a50f (patch) | |
tree | 14e91d327b0aecda24a3b6b7e35db039dfc13e4a /configure.ac | |
parent | 83e4bdf98687ade40a7726573292399502eb77a6 (diff) |
version bump for v0.11.0
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 46eef3a7..8ce927e9 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.10.2],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.11.0],[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 |