summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-24 23:27:39 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-24 23:27:39 +0100
commit09e6efba430fdf0dc409ae932a0e76f3bfe52e4f (patch)
treecd89f250e6f872946df5fa504b232835d68057b4
parentd2f8d927b647e1dbab957a042bfa9ef43321d90a (diff)
downloadsync-09e6efba430fdf0dc409ae932a0e76f3bfe52e4f.tar.gz
sync-09e6efba430fdf0dc409ae932a0e76f3bfe52e4f.tar.bz2
sync-09e6efba430fdf0dc409ae932a0e76f3bfe52e4f.zip
version bump for release
-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