diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-12 10:37:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-12 10:37:55 +0200 |
commit | 73925c85ef6aa59b1c4973acafdf9f408f3e0181 (patch) | |
tree | 36c2df154abee795009f65391ff01c1b9dfc00e6 /configure.ac | |
parent | 078e610162f914ce7cf2f0a47ffc9b44062fcebb (diff) |
bump various release versions
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 02362b2ab..3f8238b42 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.10.1],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.10.2],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |