diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-17 16:25:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-17 16:25:02 +0200 |
commit | 76f00de7cbb681f5d1c04ae07d4003aa386f8135 (patch) | |
tree | d5078bb4bfe2a91c03ea8065efffde08ff7d8fbc /configure.ac | |
parent | 23399f8072d6e34c8900134fda2e63969043ac07 (diff) |
version bumping
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 3d42161c..8e7b36e0 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.13.0],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.14.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 |