gnunet-svn
[Top][All Lists]
Advanced

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

[taler-twister] branch master updated (61295ff -> 3f20482)


From: gnunet
Subject: [taler-twister] branch master updated (61295ff -> 3f20482)
Date: Tue, 24 Dec 2019 23:49:19 +0100

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

grothoff pushed a change to branch master
in repository twister.

    from 61295ff  fix compiler warnings
     new 5d1d3e3  release tagging
     new 3f20482  adding missing files to dist

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

diff --git a/ChangeLog b/ChangeLog
index e69de29..1004c7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+Tue 24 Dec 2019 11:28:30 PM CET
+       Releasing twister 0.6.0. -CG
diff --git a/configure.ac b/configure.ac
index 74d9efc..50401e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 #
 AC_PREREQ([2.69])
-AC_INIT([taler-twister], [0.4.0], [address@hidden])
+AC_INIT([taler-twister], [0.6.0], [address@hidden])
 AC_CONFIG_SRCDIR([src/twister/taler-twister.c])
 AC_CONFIG_HEADERS([twister_config.h])
 # support for non-recursive builds
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 1eff945..f2afa21 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -6,3 +6,6 @@ talerincludedir = $(includedir)/taler
 talerinclude_HEADERS = \
   taler_twister_service.h \
   taler_twister_testing_lib.h
+
+EXTRA_DIST = \
+  platform.h
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index cbe95ad..8e97eee 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -10,4 +10,5 @@ TESTS = \
   test_twister.sh
 
 EXTRA_DIST = \
-  $(TESTS)
+  $(TESTS) \
+  test_twister.conf

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



reply via email to

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