diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-17 15:07:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-17 15:07:53 +0100 |
commit | 09cf8c3a42d1ac6394bb4df50acfece66fd7380b (patch) | |
tree | 69fb865ef1adba99cd6ed7059701f285e667b654 | |
parent | fc2a7ea0860ac9e7a697358a378571b543acb7f6 (diff) |
bumping version to v0.9.10.9.1-hotfix.1
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index deff51ec..f507ebc3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # This file is part of TALER -# Copyright (C) 2014-2022 Taler Systems SA +# Copyright (C) 2014-2023 Taler Systems SA # # TALER is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant],[0.9.0],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.1],[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 fb60e17a..e7831df3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.9.1) unstable; urgency=low + + * Packaging latest release. + + -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Jan 2023 11:50:12 +0200 + taler-merchant (0.9.0) unstable; urgency=low * Packaging latest release. |