commit 960a890f57f0bdd0d23181126fe418ab98872090
parent b8d07fe6b46b006fba6aa338ed3a72ac4c85b250
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 18 Aug 2021 10:30:50 +0200
-fix build order
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git 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
@@ -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