[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant] 05/05: change version number to 0.5
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant] 05/05: change version number to 0.5 |
Date: |
Wed, 04 Apr 2018 18:12:29 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository merchant.
commit e248e97cbf0bf0d2f2f1870515de54c574f4b175
Author: Florian Dold <address@hidden>
AuthorDate: Wed Apr 4 17:51:15 2018 +0200
change version number to 0.5
---
ChangeLog | 3 +++
configure.ac | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index b3c2c46..32efd1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Apr 4 00:19:38 CEST 2018
+ Releasing taler-merchant-0.5.0 -FD
+
Mon Jan 22 21:54:42 CET 2018
Address #5262. -CG
diff --git a/configure.ac b/configure.ac
index 88b90bb..9cc5436 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.4.0], address@hidden)
+AC_INIT([taler-merchant], [0.5.0], address@hidden)
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-merchant] branch master updated (ccfc69e -> e248e97), gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 04/05: should be fixme, not preprocessor warning, gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 05/05: change version number to 0.5,
gnunet <=
- [GNUnet-SVN] [taler-merchant] 03/05: avoid undefined behavior again, return correct right status early, gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 01/05: compute reserve expiration time properly, gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 02/05: avoid undefined behavior, gnunet, 2018/04/04