diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-04 20:38:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-04 20:38:40 +0100 |
commit | 347ad85e8fafb2d7583fbc42f7de0c817bfe82b3 (patch) | |
tree | 4a54f7712e872cee7188dd2fee6dd6dbebfc31c9 /configure.ac | |
parent | 17705572a23e28173405b00f412086db8dc5ae3d (diff) |
starting packaging for 0.9.4av0.9.5-dev.5
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 3e0f63ac..3cfa0d57 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.4],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.4a],[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 |