anastasis

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

commit 8ce939cad97b049699b6779cc5902e8cf5c2bf41
parent 4f514abead3961805385f69671ebceac88e967f7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 17 Jan 2023 15:46:37 +0100

-bump version

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.0],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.3.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.3.1) unstable; urgency=low + + * Official Anastasis 0.3.1 release. + + -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Jan 2023 09:50:12 +0200 + anastasis (0.3.0) unstable; urgency=low * Official Anastasis 0.3.0 release.