gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: releasing v0.4.0


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: releasing v0.4.0
Date: Wed, 18 Oct 2017 15:21:20 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9807e5c  releasing v0.4.0
9807e5c is described below

commit 9807e5c50c33506c8bc38eebd191f5e9849fc722
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Oct 18 15:21:06 2017 +0200

    releasing v0.4.0
---
 ChangeLog                    | 3 +++
 configure.ac                 | 2 +-
 src/exchange-lib/Makefile.am | 2 +-
 src/exchangedb/Makefile.am   | 2 +-
 src/wire/Makefile.am         | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9a5caa7..ab96d8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Oct 18 15:20:29 CEST 2017
+       Releasing Taler v0.4.0. -CG
+
 Tue Oct 17 14:32:46 CEST 2017
        Fix building of /keys response to include full auditor
        signature set instead of partial map. -CG
diff --git a/configure.ac b/configure.ac
index f9eb7fa..454de71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 #
 AC_PREREQ([2.69])
-AC_INIT([taler-exchange], [0.3.0], address@hidden)
+AC_INIT([taler-exchange], [0.4.0], address@hidden)
 AC_CONFIG_SRCDIR([src/util/util.c])
 AC_CONFIG_HEADERS([taler_config.h])
 # support for non-recursive builds
diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am
index ce1653c..b3a30e1 100644
--- a/src/exchange-lib/Makefile.am
+++ b/src/exchange-lib/Makefile.am
@@ -10,7 +10,7 @@ lib_LTLIBRARIES = \
   libtalerexchange.la
 
 libtalerexchange_la_LDFLAGS = \
-  -version-info 2:0:0 \
+  -version-info 3:0:0 \
   -no-undefined
 
 libtalerexchange_la_SOURCES = \
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 2122c17..66299d7 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -54,7 +54,7 @@ libtalerexchangedb_la_LIBADD = \
 
 libtalerexchangedb_la_LDFLAGS = \
   $(POSTGRESQL_LDFLAGS) \
-  -version-info 0:0:0 \
+  -version-info 1:0:0 \
   -no-undefined
 
 
diff --git a/src/wire/Makefile.am b/src/wire/Makefile.am
index f8fb9d0..5f65146 100644
--- a/src/wire/Makefile.am
+++ b/src/wire/Makefile.am
@@ -75,7 +75,7 @@ libtalerwire_la_LIBADD = \
   -lgnunetutil \
   $(XLIB)
 libtalerwire_la_LDFLAGS = \
-  -version-info 0:0:0 \
+  -version-info 1:0:0 \
   -export-dynamic -no-undefined
 
 

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



reply via email to

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