diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-05-15 17:26:24 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-05-15 17:26:24 +0200 |
commit | 384518ed26eff6474751a064c3bd652e6b2cac02 (patch) | |
tree | 74ee0fe2fe9cb450e6ba1edadcd7006fbc377127 /configure.ac | |
parent | e1be22a63d631dbe63057d219b1d28c4a9163226 (diff) |
release bumpsv0.11.0
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 3f8238b42..c4abeaa19 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.10.2],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.11.0],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |