releasing v0.4.0
This commit is contained in:
parent
4da09561f4
commit
9807e5c50c
@ -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
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
#
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([taler-exchange], [0.3.0], [taler-bug@gnunet.org])
|
||||
AC_INIT([taler-exchange], [0.4.0], [taler-bug@gnunet.org])
|
||||
AC_CONFIG_SRCDIR([src/util/util.c])
|
||||
AC_CONFIG_HEADERS([taler_config.h])
|
||||
# support for non-recursive builds
|
||||
|
@ -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 = \
|
||||
|
@ -54,7 +54,7 @@ libtalerexchangedb_la_LIBADD = \
|
||||
|
||||
libtalerexchangedb_la_LDFLAGS = \
|
||||
$(POSTGRESQL_LDFLAGS) \
|
||||
-version-info 0:0:0 \
|
||||
-version-info 1:0:0 \
|
||||
-no-undefined
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user