diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-06-05 20:35:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-06-05 20:35:40 +0200 |
commit | eab8ddd7e778adca2a7a71afd2d15f80fb33fc0a (patch) | |
tree | cd97ed1b65a21421342825892b0e5a3cb8f94d24 | |
parent | a84b9b2978b9338d82094d923c4abcfa50794a93 (diff) |
-bumpv0.11.2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4abeaa19..9a5c570d4 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.11.0],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.11.2],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) diff --git a/debian/changelog b/debian/changelog index 25c4ed612..8d9f58db1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-exchange (0.11.2) unstable; urgency=low + + * Bump version. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 5 Jun 2024 21:50:12 +0200 + taler-exchange (0.11.1) unstable; urgency=low * Fixed issues with restarts in service files. |