summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-18 10:30:50 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-18 10:30:50 +0200
commit960a890f57f0bdd0d23181126fe418ab98872090 (patch)
tree0c21530f23ee055d2e994a2a42803c4cc682c827
parentb8d07fe6b46b006fba6aa338ed3a72ac4c85b250 (diff)
downloadtwister-960a890f57f0bdd0d23181126fe418ab98872090.tar.gz
twister-960a890f57f0bdd0d23181126fe418ab98872090.tar.bz2
twister-960a890f57f0bdd0d23181126fe418ab98872090.zip
-fix build orderv0.9.0v0.8.2
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 06c608c..90db643 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed 18 Aug 2021 08:44:35 PM CEST
+ Avoid dependency on Taler installation.
+ Releasing twister 0.8.2. -CG
+
Sun 08 Aug 2021 08:44:35 PM CEST
Update to latest Taler APIs.
Update to latest MHD APIs.
diff --git a/configure.ac b/configure.ac
index 7b6cd63..8e3085d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
#
# This file is part of TALER
-# Copyright (C) 2014, 2015, 2016, 2017 GNUnet e.V. and Inria
+# Copyright (C) 2014-2021 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
@@ -17,7 +17,7 @@
#
#
AC_PREREQ([2.69])
-AC_INIT([taler-twister], [0.8.1], [taler-bug@gnunet.org])
+AC_INIT([taler-twister], [0.8.2], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/twister/taler-twister.c])
AC_CONFIG_HEADERS([twister_config.h])
# support for non-recursive builds