anastasis

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

commit cd4869785f83536e4f42cba0ce295410d06b0b69
parent 0b930f8e7273217ef4319690f5084be7fa536139
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Mar 2026 00:22:22 +0100

bump version to v0.7.1

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.7.0],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.7.1],[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.7.1) unstable; urgency=low + + * Release 0.7.1. + + -- Christian Grothoff <christian@grothoff.org> Sun, 22 Mar 2026 00:22:12 +0100 + anastasis (0.7.0) unstable; urgency=low * Release 0.7.0.