diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-11-30 20:51:40 +0900 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-11-30 20:51:40 +0900 |
commit | 1549e0968f2f33ea26bb3082a1b2dd5445cd4c10 (patch) | |
tree | 4fa8349aa9028a1655ca9cfaba0be07f27b2418e /configure.ac | |
parent | d52c118a101f8f04139c1fd641f4797e82c598ed (diff) |
-bump dist version too
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 9fe8dc8c..bea4a1ab 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.3],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.3a],[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 |