sync

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

commit 2e2a2df906e88da4f98062d9ef1aff596bb591e2
parent f468de5715e78d3f901c5058f22a35a1ed5b1ac8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  3 Oct 2020 16:37:59 +0200

version bump

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Sat 03 Oct 2020 04:37:37 PM CEST + Releasing sync 0.8.0. -CG + Tue 31 Mar 2020 03:44:33 PM CEST Releasing sync 0.7.0. -CG 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.7.0], [taler-bug@gnu.org]) +AC_INIT([sync], [0.8.0], [taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/sync/sync-httpd.c]) AC_CONFIG_HEADERS([sync_config.h]) # support for non-recursive builds