aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-26 21:19:28 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-26 21:19:28 +0000
commit5f710a3376f22463313cff3828af49e92cb5c317 (patch)
tree61211b73bff1cf53f4b63d7151006c9c15be1ef9 /src
parent449cf731f08fa335adfd800053694c090bd2410d (diff)
downloadgnunet-5f710a3376f22463313cff3828af49e92cb5c317.tar.gz
gnunet-5f710a3376f22463313cff3828af49e92cb5c317.zip
-version bumps for release
Diffstat (limited to 'src')
-rw-r--r--src/arm/Makefile.am2
-rw-r--r--src/ats/Makefile.am3
-rw-r--r--src/datacache/Makefile.am2
-rw-r--r--src/datastore/Makefile.am2
-rw-r--r--src/fs/Makefile.am2
-rw-r--r--src/include/Makefile.am1
-rw-r--r--src/include/gnunet_common.h2
-rw-r--r--src/statistics/Makefile.am2
-rw-r--r--src/testing/Makefile.am5
-rw-r--r--src/util/Makefile.am2
10 files changed, 12 insertions, 11 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 2bc81653c..25eb7d166 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -23,7 +23,7 @@ libgnunetarm_la_LIBADD = \
23 $(GN_LIBINTL) $(XLIB) 23 $(GN_LIBINTL) $(XLIB)
24libgnunetarm_la_LDFLAGS = \ 24libgnunetarm_la_LDFLAGS = \
25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
26 -version-info 1:0:0 26 -version-info 1:1:0
27 27
28 28
29bin_PROGRAMS = \ 29bin_PROGRAMS = \
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 44d58c2a6..319c6367a 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -23,7 +23,8 @@ libgnunetats_la_LIBADD = \
23 $(top_builddir)/src/util/libgnunetutil.la 23 $(top_builddir)/src/util/libgnunetutil.la
24 24
25libgnunetats_la_LDFLAGS = \ 25libgnunetats_la_LDFLAGS = \
26 $(GN_LIB_LDFLAGS) 26 $(GN_LIB_LDFLAGS) \
27 -version-info 1:0:1
27 28
28 29
29bin_PROGRAMS = \ 30bin_PROGRAMS = \
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 5a3d22bbb..6b3f91638 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -37,7 +37,7 @@ libgnunetdatacache_la_LIBADD = \
37 $(GN_LIBINTL) 37 $(GN_LIBINTL)
38libgnunetdatacache_la_LDFLAGS = \ 38libgnunetdatacache_la_LDFLAGS = \
39 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 39 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
40 -version-info 0:0:0 40 -version-info 0:1:0
41 41
42 42
43plugin_LTLIBRARIES = \ 43plugin_LTLIBRARIES = \
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index cab08bc0f..d98ebb2e1 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -28,7 +28,7 @@ libgnunetdatastore_la_LIBADD = \
28 $(GN_LIBINTL) 28 $(GN_LIBINTL)
29libgnunetdatastore_la_LDFLAGS = \ 29libgnunetdatastore_la_LDFLAGS = \
30 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 30 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
31 -version-info 0:0:0 31 -version-info 1:0:0
32 32
33 33
34bin_PROGRAMS = \ 34bin_PROGRAMS = \
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 22201b45a..bf355e92f 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -47,7 +47,7 @@ libgnunetfs_la_LIBADD = \
47 47
48libgnunetfs_la_LDFLAGS = \ 48libgnunetfs_la_LDFLAGS = \
49 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 49 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
50 -version-info 0:0:0 50 -version-info 1:0:1
51 51
52 52
53libgnunetfstest_a_SOURCES = \ 53libgnunetfstest_a_SOURCES = \
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 5386147f1..003a90e24 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -69,5 +69,4 @@ gnunetinclude_HEADERS = \
69 gnunet_time_lib.h \ 69 gnunet_time_lib.h \
70 gnunet_transport_service.h \ 70 gnunet_transport_service.h \
71 gnunet_transport_plugin.h \ 71 gnunet_transport_plugin.h \
72 gnunet_upnp_service.h \
73 gnunet_util_lib.h 72 gnunet_util_lib.h
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 134543c46..cecc94c9e 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -49,7 +49,7 @@
49/** 49/**
50 * Version of the API (for entire gnunetutil.so library). 50 * Version of the API (for entire gnunetutil.so library).
51 */ 51 */
52#define GNUNET_UTIL_VERSION 0x00090000 52#define GNUNET_UTIL_VERSION 0x00090100
53 53
54/** 54/**
55 * Named constants for return values. The following 55 * Named constants for return values. The following
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 80110bbec..8ea7e93d2 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -23,7 +23,7 @@ libgnunetstatistics_la_LIBADD = \
23 $(GN_LIBINTL) $(XLIB) 23 $(GN_LIBINTL) $(XLIB)
24libgnunetstatistics_la_LDFLAGS = \ 24libgnunetstatistics_la_LDFLAGS = \
25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
26 -version-info 0:0:0 26 -version-info 1:0:1
27 27
28 28
29bin_PROGRAMS = \ 29bin_PROGRAMS = \
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 96c527de4..5432fb0d1 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -47,8 +47,9 @@ libgnunettesting_la_LIBADD = $(XLIB) \
47 -lm \ 47 -lm \
48 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
49libgnunettesting_la_LDFLAGS = \ 49libgnunettesting_la_LDFLAGS = \
50 $(GN_LIB_LDFLAGS) 50 $(GN_LIB_LDFLAGS) \
51 51 -version-info 0:1:0
52
52bin_PROGRAMS = \ 53bin_PROGRAMS = \
53 gnunet-testing 54 gnunet-testing
54 55
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 24a148005..4ee0fe213 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -105,7 +105,7 @@ libgnunetutil_la_LIBADD = \
105 105
106libgnunetutil_la_LDFLAGS = \ 106libgnunetutil_la_LDFLAGS = \
107 $(GN_LIB_LDFLAGS) \ 107 $(GN_LIB_LDFLAGS) \
108 -version-info 5:0:0 108 -version-info 6:0:1
109 109
110 110
111bin_PROGRAMS = \ 111bin_PROGRAMS = \