anastasis

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

commit ad517840876f0bbbfa4bfd7e03eda8c27c10094a
parent e64f50baffe7bb49e31072ed402852acbb1c78ef
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  6 Oct 2024 12:48:28 +0200

bump version to 0.5.0 (not yet release ready)

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.4.2],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.5.0],[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-gtk (0.5.0) unstable; urgency=low + + * Updates for Taler v0.14 release. + + -- Christian Grothoff <grothoff@gnu.org> Sun, 6 Oct 2024 03:50:12 +0200 + anastasis (0.4.2-1) unstable; urgency=low * Bump for build with Taler 0.10 release.