From 4a5c2f93a3c89526ca24f4711ba3f7b63c360ae2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Apr 2014 11:15:34 +0000 Subject: version bumping for 0.10.1 --- src/fs/Makefile.am | 2 +- src/include/gnunet_common.h | 2 +- src/mesh/Makefile.am | 2 +- src/transport/Makefile.am | 2 +- src/util/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 = \ libgnunetfs_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 3:0:1 + -version-info 3:1:1 libgnunetfstest_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" /** * Version of the API (for entire gnunetutil.so library). */ -#define GNUNET_UTIL_VERSION 0x000A0000 +#define GNUNET_UTIL_VERSION 0x000A0100 /** * 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 = \ $(LTLIBINTL) libgnunetmesh_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 4:0:0 + -version-info 5:0:0 gnunet_mesh_SOURCES = \ 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 = \ $(GN_LIBINTL) libgnunettransport_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 3:0:1 + -version-info 4:0:2 libexec_PROGRAMS = \ $(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 = \ libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ - -version-info 11:0:2 + -version-info 12:0:0 if HAVE_TESTING GNUNET_ECC = gnunet-ecc -- cgit v1.2.3