summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-08 20:45:04 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-08 20:45:04 +0200
commit66ac3fea81b8b7b160cce5d7f2bf1fda1ef7218b (patch)
tree2ecf3ae84a8dea6e245c99abc499149ee06c0608
parent0f4a039c48d323cb2e58e5c2ef7822376506153b (diff)
downloadsync-66ac3fea81b8b7b160cce5d7f2bf1fda1ef7218b.tar.gz
sync-66ac3fea81b8b7b160cce5d7f2bf1fda1ef7218b.tar.bz2
sync-66ac3fea81b8b7b160cce5d7f2bf1fda1ef7218b.zip
-update changelogv0.8.2
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ee02e8..4c7f29f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun 08 Aug 2021 08:44:35 PM CEST
+ Update to latest Taler APIs.
+ Releasing sync 0.8.2. -CG
+
Tue 10 Nov 2020 01:11:02 PM CET
Update to latest Taler APIs.
Releasing sync 0.8.1. -CG
diff --git a/configure.ac b/configure.ac
index 2bcb184..2a75be5 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.8.1], [taler-bug@gnu.org])
+AC_INIT([sync], [0.8.2], [taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/sync/sync-httpd.c])
AC_CONFIG_HEADERS([sync_config.h])
# support for non-recursive builds