anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 173c6f7d8f2a748471417350d3742cd28befc941
parent c49a6cd5a9028c0a8d98cdf8b4386bfcfc20117d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 Feb 2023 16:46:01 +0100

release bump for Taler 0.9.2

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([anastasis],[0.3.1],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.3.2],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c]) AC_CONFIG_HEADERS([anastasis_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +anastasis (0.3.2) unstable; urgency=low + + * Official Anastasis 0.3.2 release. + + -- Christian Grothoff <grothoff@gnu.org> Tue, 21 Feb 2023 09:50:12 +0200 + anastasis (0.3.1) unstable; urgency=low * Official Anastasis 0.3.1 release.