diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-09 12:14:00 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-09 12:14:00 +0200 |
commit | 8d633dae4bb7a2f1e3502e49577666721de7570a (patch) | |
tree | 8eee7171f1a41e9982f3e08a831b32ac846965cb | |
parent | 8a461fa2d57ba5d0eceed61541872b0cda6eeb5e (diff) |
-bump configure versionv0.10.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d69676b8e..02362b2ab 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.10.0],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.10.1],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |