sync

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

commit 09e6efba430fdf0dc409ae932a0e76f3bfe52e4f
parent d2f8d927b647e1dbab957a042bfa9ef43321d90a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Dec 2019 23:27:39 +0100

version bump for release

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

diff --git a/ChangeLog b/ChangeLog @@ -1,2 +1,5 @@ +Tue 24 Dec 2019 11:01:21 PM CET + Releasing sync 0.6.0. -CG + Wed Nov 13 15:01:09 2019 +0100 Initial project setup. -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.5.0], [taler-bug@gnu.org]) +AC_INIT([sync], [0.6.0], [taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/sync/sync-httpd.c]) AC_CONFIG_HEADERS([sync_config.h]) # support for non-recursive builds