diff options
-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 b18d5a49..caae61da 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant],[0.11.3],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.11.8],[taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) AC_CONFIG_HEADERS([taler_merchant_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog index 3fcb0573..923a55c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.11.8) unstable; urgency=low + + * Fix critical databse bug. + + -- Florian Dold <dold@taler.net> Sun, 30 Jun 2024 17:50:02 +0200 + taler-merchant (0.11.7) unstable; urgency=low * Fix critical databse bug. |