summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fa7767e0..8425aa03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
+Fri 20 Dec 2019 08:36:03 PM CET
+ Releasing taler-merchant 0.6.0. -CG
+
Sat 17 Aug 2019 10:03:38 PM CEST
- Remove "currency" field from exchange database, as we only
- support one currency per merchant backend anyway. -CG
+ Remove "currency" field from exchange database, as we only
+ support one currency per merchant backend anyway. -CG
Wed Apr 4 00:19:38 CEST 2018
Releasing taler-merchant-0.5.0 -FD
diff --git a/Makefile.am b/Makefile.am
index 9309390b..ab67ba64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,8 +23,7 @@ EXTRA_DIST = \
COPYING.AGPL \
COPYING.LGPL \
contrib/gnunet.tag \
- contrib/microhttpd.tag \
- Doxyfile
+ contrib/microhttpd.tag
app:
mkdir -p $(PACKAGE)-frontend-$(VERSION)-app
diff --git a/configure.ac b/configure.ac
index a5bb3be4..f01f90f1 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([taler-merchant], [0.5.0], [taler-bug@gnunet.org])
+AC_INIT([taler-merchant], [0.6.0], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds