summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-03 16:37:59 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-03 16:37:59 +0200
commit2e2a2df906e88da4f98062d9ef1aff596bb591e2 (patch)
treece5cbbd8beba22ec196e175797ecb0260cd614b5
parentf468de5715e78d3f901c5058f22a35a1ed5b1ac8 (diff)
downloadsync-0.8.0.tar.gz
sync-0.8.0.tar.bz2
sync-0.8.0.zip
version bumpv0.8.0
-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