aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 18:53:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 18:53:15 +0000
commit9ccfc6d872f48b318ea820c8de0f4bf92e14427a (patch)
tree7bf175f4f0182fda1b1c4c65e95777764ad2f975 /src
parent2a91d7a296a03a55f5b707344c81c626f1bb9d16 (diff)
downloadgnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.tar.gz
gnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.zip
-version bumps in anticipation of release
Diffstat (limited to 'src')
-rw-r--r--src/block/Makefile.am3
-rw-r--r--src/dht/Makefile.am2
-rw-r--r--src/dns/Makefile.am6
-rw-r--r--src/fragmentation/Makefile.am3
-rw-r--r--src/fs/Makefile.am2
-rw-r--r--src/hello/Makefile.am3
-rw-r--r--src/include/gnunet_common.h2
-rw-r--r--src/tun/Makefile.am3
-rw-r--r--src/util/Makefile.am2
9 files changed, 16 insertions, 10 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index 39de6edf0..78680eee8 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -42,7 +42,8 @@ libgnunetblock_la_LIBADD = \
42libgnunetblock_la_DEPENDENCIES = \ 42libgnunetblock_la_DEPENDENCIES = \
43 $(top_builddir)/src/util/libgnunetutil.la 43 $(top_builddir)/src/util/libgnunetutil.la
44libgnunetblock_la_LDFLAGS = \ 44libgnunetblock_la_LDFLAGS = \
45 $(GN_LIB_LDFLAGS) 45 $(GN_LIB_LDFLAGS) \
46 -version-info 0:0:0
46 47
47check_PROGRAMS = \ 48check_PROGRAMS = \
48 test_block 49 test_block
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index acc81e2b5..ccb521cee 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -29,7 +29,7 @@ libgnunetdht_la_LIBADD = \
29 $(XLIB) 29 $(XLIB)
30libgnunetdht_la_LDFLAGS = \ 30libgnunetdht_la_LDFLAGS = \
31 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 31 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
32 -version-info 0:0:0 32 -version-info 1:0:1
33 33
34 34
35plugin_LTLIBRARIES = \ 35plugin_LTLIBRARIES = \
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 6e25d81bf..efaea0f50 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -84,14 +84,16 @@ libgnunetdnsparser_la_SOURCES = \
84libgnunetdnsparser_la_LIBADD = \ 84libgnunetdnsparser_la_LIBADD = \
85 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 85 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
86libgnunetdnsparser_la_LDFLAGS = \ 86libgnunetdnsparser_la_LDFLAGS = \
87 $(GN_LIB_LDFLAGS) 87 $(GN_LIB_LDFLAGS) \
88 -version-info 0:0:0
88 89
89libgnunetdns_la_SOURCES = \ 90libgnunetdns_la_SOURCES = \
90 dns_api.c dns.h 91 dns_api.c dns.h
91libgnunetdns_la_LIBADD = \ 92libgnunetdns_la_LIBADD = \
92 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 93 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
93libgnunetdns_la_LDFLAGS = \ 94libgnunetdns_la_LDFLAGS = \
94 $(GN_LIB_LDFLAGS) 95 $(GN_LIB_LDFLAGS)) \
96 -version-info 0:0:0
95 97
96libgnunet_plugin_block_dns_la_SOURCES = \ 98libgnunet_plugin_block_dns_la_SOURCES = \
97 plugin_block_dns.c 99 plugin_block_dns.c
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index 488ad2e51..1cdbefcfc 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -17,7 +17,8 @@ libgnunetfragmentation_la_LIBADD = -lm \
17 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 17 $(top_builddir)/src/statistics/libgnunetstatistics.la \
18 $(top_builddir)/src/util/libgnunetutil.la 18 $(top_builddir)/src/util/libgnunetutil.la
19libgnunetfragmentation_la_LDFLAGS = \ 19libgnunetfragmentation_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) 20 $(GN_LIB_LDFLAGS) \
21 -version-info 0:0:0
21 22
22check_PROGRAMS = \ 23check_PROGRAMS = \
23 test_fragmentation 24 test_fragmentation
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index d9b0fbadd..512c84db6 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -50,7 +50,7 @@ libgnunetfs_la_LIBADD = \
50 50
51libgnunetfs_la_LDFLAGS = \ 51libgnunetfs_la_LDFLAGS = \
52 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 52 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
53 -version-info 1:0:1 53 -version-info 2:0:0
54 54
55 55
56libgnunetfstest_a_SOURCES = \ 56libgnunetfstest_a_SOURCES = \
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 0122a1918..1788e8f65 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -16,7 +16,8 @@ libgnunethello_la_SOURCES = \
16libgnunethello_la_LIBADD = \ 16libgnunethello_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
18libgnunethello_la_LDFLAGS = \ 18libgnunethello_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) 19 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0
20 21
21check_PROGRAMS = \ 22check_PROGRAMS = \
22 test_hello 23 test_hello
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 3221ad868..a1ef4ee24 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 0x00090100 52#define GNUNET_UTIL_VERSION 0x00090200
53 53
54/** 54/**
55 * Named constants for return values. The following 55 * Named constants for return values. The following
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am
index 31de64667..390ce9e1e 100644
--- a/src/tun/Makefile.am
+++ b/src/tun/Makefile.am
@@ -16,7 +16,8 @@ libgnunettun_la_SOURCES = \
16libgnunettun_la_LIBADD = \ 16libgnunettun_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
18libgnunettun_la_LDFLAGS = \ 18libgnunettun_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) 19 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0
20 21
21 22
22check_PROGRAMS = \ 23check_PROGRAMS = \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 7f2e0cd48..cded34d17 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -109,7 +109,7 @@ libgnunetutil_la_LIBADD = \
109 109
110libgnunetutil_la_LDFLAGS = \ 110libgnunetutil_la_LDFLAGS = \
111 $(GN_LIB_LDFLAGS) \ 111 $(GN_LIB_LDFLAGS) \
112 -version-info 6:0:1 112 -version-info 7:0:0
113 113
114 114
115bin_PROGRAMS = \ 115bin_PROGRAMS = \