summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 24d9badcf..ed46233c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
Tue Jun 7 15:13:46 CEST 2016
- Adding public key of the exchange that was used to sign replies
- to applicable callbacks of libtalerexchange. (This will eventually
- be needed by the merchant's backend.) -CG
+ Adding public key of the exchange that was used to sign replies
+ to applicable callbacks of libtalerexchange. (This will eventually
+ be needed by the merchant's backend.) -CG
+
+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