sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit bd1161044cbfbecdcbb445217e3bac2b4528c980
parent a79a561cc4696ff166d77e74aa33ca8b3269e0a0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 17 Jan 2023 15:09:01 +0100

bumping version to v0.9.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.69]) -AC_INIT([sync],[0.9.0],[taler-bug@gnu.org]) +AC_INIT([sync],[0.9.1],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/sync/sync-httpd.c]) AC_CONFIG_HEADERS([sync_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +sync (0.9.1) unstable; urgency=low + + * Packaging latest release. + + -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Jan 2023 11:50:12 +0200 + sync (0.9.0) unstable; urgency=low * Packaging official release.