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 | |
parent | d52c118a101f8f04139c1fd641f4797e82c598ed (diff) |
-bump dist version too
-rw-r--r-- | configure.ac | 2 | ||||
-rwxr-xr-x | contrib/taler-merchant-dbconfig | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/contrib/taler-merchant-dbconfig b/contrib/taler-merchant-dbconfig index 97c160bd..ab17ff8a 100755 --- a/contrib/taler-merchant-dbconfig +++ b/contrib/taler-merchant-dbconfig @@ -124,7 +124,7 @@ fi if [ 0 = "$SKIP_DBINIT" ] then echo "Initializing database $DBNAME." 1>&2 - sudo -u "$DBUSER" taler-merchant-dbinit + sudo -u "$DBUSER" taler-merchant-dbinit -c "$CFGFILE" fi echo "Database configuration finished." 1>&2 |