diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-09 12:42:00 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-09 12:42:00 +0200 |
commit | 714b0ef777cf0ef736a80f070936716609ccade3 (patch) | |
tree | 494e3f7ab7c8eb978b32a566899392192c6fdc03 | |
parent | 62d51f642482120eb2fca70d841e393cba24ac34 (diff) |
bump configure versionv0.10.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8fd422fc..ccc71965 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.0],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.10.1],[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 |