anastasis

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

commit 2929480a9f48812fe43615a8b21e11d78330a19c
parent 074ec26ff091b0a8018d641fc011f9f08bb47ff5
Author: Florian Dold <florian@dold.me>
Date:   Mon, 16 Jun 2025 22:53:36 +0200

bump version to 0.6.5

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.4],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.6.5],[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.5) unstable; urgency=low + + * Release 0.6.5. + + -- Florian Dold <florian@dold.me> Mon, 16 Jun 2025 22:53:23 +0200 + anastasis (0.6.4) unstable; urgency=low * add missing return value checks