aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/Makefile.am2
-rw-r--r--src/include/gnunet_common.h2
-rw-r--r--src/mesh/Makefile.am2
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/util/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 894c3babf..fcab73820 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -54,7 +54,7 @@ libgnunetfs_la_LIBADD = \
54 54
55libgnunetfs_la_LDFLAGS = \ 55libgnunetfs_la_LDFLAGS = \
56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
57 -version-info 3:0:1 57 -version-info 3:1:1
58 58
59 59
60libgnunetfstest_a_SOURCES = \ 60libgnunetfstest_a_SOURCES = \
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 2a0ca33b2..ec077d355 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -60,7 +60,7 @@ extern "C"
60/** 60/**
61 * Version of the API (for entire gnunetutil.so library). 61 * Version of the API (for entire gnunetutil.so library).
62 */ 62 */
63#define GNUNET_UTIL_VERSION 0x000A0000 63#define GNUNET_UTIL_VERSION 0x000A0100
64 64
65/** 65/**
66 * Named constants for return values. The following invariants hold: 66 * Named constants for return values. The following invariants hold:
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 28cec5347..698db84b0 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -37,7 +37,7 @@ libgnunetmesh_la_LIBADD = \
37 $(LTLIBINTL) 37 $(LTLIBINTL)
38libgnunetmesh_la_LDFLAGS = \ 38libgnunetmesh_la_LDFLAGS = \
39 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 39 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
40 -version-info 4:0:0 40 -version-info 5:0:0
41 41
42gnunet_mesh_SOURCES = \ 42gnunet_mesh_SOURCES = \
43 gnunet-mesh.c 43 gnunet-mesh.c
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index d95e7e31d..842e7455f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -144,7 +144,7 @@ libgnunettransport_la_LIBADD = \
144 $(GN_LIBINTL) 144 $(GN_LIBINTL)
145libgnunettransport_la_LDFLAGS = \ 145libgnunettransport_la_LDFLAGS = \
146 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 146 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
147 -version-info 3:0:1 147 -version-info 4:0:2
148 148
149libexec_PROGRAMS = \ 149libexec_PROGRAMS = \
150 $(WLAN_BIN) \ 150 $(WLAN_BIN) \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 5d3f6771c..a33d6f63d 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -129,7 +129,7 @@ libgnunetutil_la_LIBADD = \
129 129
130libgnunetutil_la_LDFLAGS = \ 130libgnunetutil_la_LDFLAGS = \
131 $(GN_LIB_LDFLAGS) \ 131 $(GN_LIB_LDFLAGS) \
132 -version-info 11:0:2 132 -version-info 12:0:0
133 133
134if HAVE_TESTING 134if HAVE_TESTING
135 GNUNET_ECC = gnunet-ecc 135 GNUNET_ECC = gnunet-ecc