From 344a18d3015c2616b65f152957be13fe24e2ffe5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 5 Jun 2019 18:27:52 +0200 Subject: version bumping --- configure.ac | 2 +- src/identity/Makefile.am | 2 +- src/include/gnunet_common.h | 2 +- src/include/gnunet_identity_service.h | 2 +- src/transport/Makefile.am | 5 ++--- src/util/Makefile.am | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 73e693810..7da0faafc 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ(2.61) # Checks for programs. -AC_INIT([gnunet], [0.11.4], [bug-gnunet@gnu.org]) +AC_INIT([gnunet], [0.11.5], [bug-gnunet@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) # check for legacy option that is no longer supported (#5627) and fail hard diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am index b4e62f595..6e587dc86 100644 --- a/src/identity/Makefile.am +++ b/src/identity/Makefile.am @@ -49,7 +49,7 @@ libgnunetidentity_la_LIBADD = \ $(GN_LIBINTL) $(XLIB) libgnunetidentity_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 0:0:0 + -version-info 1:0:0 bin_PROGRAMS = \ gnunet-identity diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index 1916024b8..0fca53b7f 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -66,7 +66,7 @@ extern "C" { /** * Version of the API (for entire gnunetutil.so library). */ -#define GNUNET_UTIL_VERSION 0x000A0102 +#define GNUNET_UTIL_VERSION 0x000A0103 /** diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h index 035b9e227..4cc84d7c2 100644 --- a/src/include/gnunet_identity_service.h +++ b/src/include/gnunet_identity_service.h @@ -55,7 +55,7 @@ extern "C" { /** * Version number of GNUnet Identity API. */ -#define GNUNET_IDENTITY_VERSION 0x00000000 +#define GNUNET_IDENTITY_VERSION 0x00000100 /** * Handle to access the identity service. diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index c076028fe..4fd54ac88 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -595,7 +595,7 @@ check_PROGRAMS = \ $(HTTP_QUOTA_TEST) \ $(HTTPS_QUOTA_TEST) \ $(WLAN_QUOTA_TEST) \ - $(BT_QUOTA_TEST) + $(BT_QUOTA_TEST) if HAVE_GETOPT_BINARY check_PROGRAMS += \ test_transport_api_slow_ats @@ -664,8 +664,7 @@ TESTS = \ $(HTTP_API_TIMEOUT_TEST) \ $(HTTPS_API_TIMEOUT_TEST) \ $(WLAN_TIMEOUT_TEST) \ - $(BT_TIMEOUT_TEST) \ - test_communicator_unix + $(BT_TIMEOUT_TEST) if HAVE_GETOPT_BINARY TESTS += \ test_transport_api_slow_ats diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 0e799b553..8a99197f8 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -160,7 +160,7 @@ libgnunetutil_la_LIBADD = \ libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ - -version-info 13:0:0 + -version-info 13:1:0 libgnunetutil_taler_wallet_la_SOURCES = \ common_allocation.c \ -- cgit v1.2.3