diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-23 19:28:13 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-23 19:28:13 +0200 |
commit | 4c220dce4d5ef33e00e937e236a744324af9dcf0 (patch) | |
tree | efbea85cb7026da7479ce3e190c03cc05ab15aa3 /configure.ac | |
parent | 493f8fdc92265f421878e805a4dc4ab5b9a6038d (diff) |
fix online denomination signatures; thanks to Jonathan Krebs for pointing out the issue
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 fc08c5f0a..e86d21424 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.9.2],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.3],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |