aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/identity/Makefile.am2
-rw-r--r--src/include/gnunet_common.h2
-rw-r--r--src/include/gnunet_identity_service.h2
-rw-r--r--src/transport/Makefile.am5
-rw-r--r--src/util/Makefile.am2
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 @@
21# 21#
22AC_PREREQ(2.61) 22AC_PREREQ(2.61)
23# Checks for programs. 23# Checks for programs.
24AC_INIT([gnunet], [0.11.4], [bug-gnunet@gnu.org]) 24AC_INIT([gnunet], [0.11.5], [bug-gnunet@gnu.org])
25AC_CONFIG_AUX_DIR([build-aux]) 25AC_CONFIG_AUX_DIR([build-aux])
26 26
27# check for legacy option that is no longer supported (#5627) and fail hard 27# 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 = \
49 $(GN_LIBINTL) $(XLIB) 49 $(GN_LIBINTL) $(XLIB)
50libgnunetidentity_la_LDFLAGS = \ 50libgnunetidentity_la_LDFLAGS = \
51 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 51 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
52 -version-info 0:0:0 52 -version-info 1:0:0
53 53
54bin_PROGRAMS = \ 54bin_PROGRAMS = \
55 gnunet-identity 55 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" {
66/** 66/**
67 * Version of the API (for entire gnunetutil.so library). 67 * Version of the API (for entire gnunetutil.so library).
68 */ 68 */
69#define GNUNET_UTIL_VERSION 0x000A0102 69#define GNUNET_UTIL_VERSION 0x000A0103
70 70
71 71
72/** 72/**
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" {
55/** 55/**
56 * Version number of GNUnet Identity API. 56 * Version number of GNUnet Identity API.
57 */ 57 */
58#define GNUNET_IDENTITY_VERSION 0x00000000 58#define GNUNET_IDENTITY_VERSION 0x00000100
59 59
60/** 60/**
61 * Handle to access the identity service. 61 * 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 = \
595 $(HTTP_QUOTA_TEST) \ 595 $(HTTP_QUOTA_TEST) \
596 $(HTTPS_QUOTA_TEST) \ 596 $(HTTPS_QUOTA_TEST) \
597 $(WLAN_QUOTA_TEST) \ 597 $(WLAN_QUOTA_TEST) \
598 $(BT_QUOTA_TEST) 598 $(BT_QUOTA_TEST)
599if HAVE_GETOPT_BINARY 599if HAVE_GETOPT_BINARY
600check_PROGRAMS += \ 600check_PROGRAMS += \
601test_transport_api_slow_ats 601test_transport_api_slow_ats
@@ -664,8 +664,7 @@ TESTS = \
664 $(HTTP_API_TIMEOUT_TEST) \ 664 $(HTTP_API_TIMEOUT_TEST) \
665 $(HTTPS_API_TIMEOUT_TEST) \ 665 $(HTTPS_API_TIMEOUT_TEST) \
666 $(WLAN_TIMEOUT_TEST) \ 666 $(WLAN_TIMEOUT_TEST) \
667 $(BT_TIMEOUT_TEST) \ 667 $(BT_TIMEOUT_TEST)
668 test_communicator_unix
669if HAVE_GETOPT_BINARY 668if HAVE_GETOPT_BINARY
670TESTS += \ 669TESTS += \
671test_transport_api_slow_ats 670test_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 = \
160 160
161libgnunetutil_la_LDFLAGS = \ 161libgnunetutil_la_LDFLAGS = \
162 $(GN_LIB_LDFLAGS) \ 162 $(GN_LIB_LDFLAGS) \
163 -version-info 13:0:0 163 -version-info 13:1:0
164 164
165libgnunetutil_taler_wallet_la_SOURCES = \ 165libgnunetutil_taler_wallet_la_SOURCES = \
166 common_allocation.c \ 166 common_allocation.c \