From e3a0df024619148d65c533dcd0695c4c093436ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Jun 2016 19:27:51 +0200 Subject: Changelog --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c7ee8017f..d7d00a5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,7 @@ +Mon Jun 6 23:59:05 CEST 2016 + Minor code cleanup, fixing FTBFS when run with just 'make' + or when header installed to a location not included. + Releasing taler-exchange 0.0.1. -CG + Wed Jun 1 17:27:36 CEST 2016 Releasing taler-exchange 0.0.0. -CG diff --git a/configure.ac b/configure.ac index ee3720821..65926453b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.0.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.0.1], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds -- cgit v1.2.3