aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-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
10 files changed, 19 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 46a548cc9..c5af70f15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of GNUnet. 1# This file is part of GNUnet.
2# (C) 2001--2011 Christian Grothoff (and other contributing authors) 2# (C) 2001--2012 Christian Grothoff (and other contributing authors)
3# 3#
4# GNUnet is free software; you can redistribute it and/or modify 4# GNUnet is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published 5# it under the terms of the GNU General Public License as published
@@ -22,13 +22,13 @@
22# 22#
23AC_PREREQ(2.61) 23AC_PREREQ(2.61)
24# Checks for programs. 24# Checks for programs.
25AC_INIT([gnunet], [0.9.1],[bug-gnunet@gnu.org]) 25AC_INIT([gnunet], [0.9.2],[bug-gnunet@gnu.org])
26 26
27AC_CANONICAL_TARGET 27AC_CANONICAL_TARGET
28AC_CANONICAL_HOST 28AC_CANONICAL_HOST
29AC_CANONICAL_SYSTEM 29AC_CANONICAL_SYSTEM
30 30
31AM_INIT_AUTOMAKE([gnunet], [0.9.1]) 31AM_INIT_AUTOMAKE([gnunet], [0.9.2])
32m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) 32m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
33AC_CONFIG_HEADERS([gnunet_config.h]) 33AC_CONFIG_HEADERS([gnunet_config.h])
34AH_TOP([#define _GNU_SOURCE 1]) 34AH_TOP([#define _GNU_SOURCE 1])
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 = \