summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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