anastasis

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

commit f141c11cd5ede6254ab9db028a05be0a24407db3
parent 5f6f94c5fe4f12c30e03cfcb5e6b25f6a2ef55f7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 22 Jul 2025 10:26:32 +0200

correct bump

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.71]) -AC_INIT([anastasis],[0.6.5],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.6.6],[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.6.6) unstable; urgency=low + + * Release 0.6.6. + + -- Christian Grothoff <christian@grothoff.org> Tue, 22 Jul 2025 10:26:16 +0200 + anastasis (0.6.5) unstable; urgency=low * Release 0.6.5.