summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cde2354..e5666c3 100644
--- 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
index cf38528..049bcd5 100644
--- 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