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 a5e6639..51fce8b 100644
--- 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
index 987beab..4bae80c 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.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