diff options
author | Florian Dold <florian@dold.me> | 2024-06-30 17:56:49 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-06-30 17:56:49 +0200 |
commit | 3d121a867609205fab6e81f2cd5f5c7c926b3912 (patch) | |
tree | 5eb2f5f0d4df73cac69267cf5b76f30443192ee8 | |
parent | a4cd488e387979ec221d11d752233facc023beb2 (diff) |
bump version to 0.11.8v0.11.8
-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. |