gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated (46032ac -> 019f6fd)


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated (46032ac -> 019f6fd)
Date: Wed, 18 Oct 2017 15:35:07 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository merchant.

    from 46032ac  fix rules for 'make dist'
     add 019f6fd  bumping versions for v0.4.0 release

No new revisions were added by this update.

Summary of changes:
 ChangeLog                 | 3 +++
 configure.ac              | 2 +-
 src/backenddb/Makefile.am | 2 +-
 src/lib/Makefile.am       | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 749eede..5b0dfa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Oct 18 15:33:23 CEST 2017
+       Releasing taler-merchant 0.4.0. -CG
+
 Thu Jun 22 15:12:37 CEST 2017
         Implementing /refund
 
diff --git a/configure.ac b/configure.ac
index f3f7b23..73c850d 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.3.0], address@hidden)
+AC_INIT([taler-merchant], [0.4.0], address@hidden)
 AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
 AC_CONFIG_HEADERS([taler_merchant_config.h])
 # support for non-recursive builds
diff --git a/src/backenddb/Makefile.am b/src/backenddb/Makefile.am
index a33ced8..e374403 100644
--- a/src/backenddb/Makefile.am
+++ b/src/backenddb/Makefile.am
@@ -29,7 +29,7 @@ libtalermerchantdb_la_LIBADD = \
 
 libtalermerchantdb_la_LDFLAGS = \
   $(POSTGRESQL_LDFLAGS) \
-  -version-info 1:0:0 \
+  -version-info 2:0:0 \
   -no-undefined
 
 libtaler_plugin_merchantdb_postgres_la_SOURCES = \
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index aebf74b..6136cdd 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -10,7 +10,7 @@ lib_LTLIBRARIES = \
   libtalermerchant.la
 
 libtalermerchant_la_LDFLAGS = \
-  -version-info 1:0:0 \
+  -version-info 2:0:0 \
   -no-undefined
 
 libtalermerchant_la_SOURCES = \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]