diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-27 18:53:15 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-27 18:53:15 +0000 |
commit | 9ccfc6d872f48b318ea820c8de0f4bf92e14427a (patch) | |
tree | 7bf175f4f0182fda1b1c4c65e95777764ad2f975 /src | |
parent | 2a91d7a296a03a55f5b707344c81c626f1bb9d16 (diff) |
-version bumps in anticipation of release
Diffstat (limited to 'src')
-rw-r--r-- | src/block/Makefile.am | 3 | ||||
-rw-r--r-- | src/dht/Makefile.am | 2 | ||||
-rw-r--r-- | src/dns/Makefile.am | 6 | ||||
-rw-r--r-- | src/fragmentation/Makefile.am | 3 | ||||
-rw-r--r-- | src/fs/Makefile.am | 2 | ||||
-rw-r--r-- | src/hello/Makefile.am | 3 | ||||
-rw-r--r-- | src/include/gnunet_common.h | 2 | ||||
-rw-r--r-- | src/tun/Makefile.am | 3 | ||||
-rw-r--r-- | src/util/Makefile.am | 2 |
9 files changed, 16 insertions, 10 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am index 39de6edf01..78680eee8d 100644 --- a/src/block/Makefile.am +++ b/src/block/Makefile.am @@ -42,7 +42,8 @@ libgnunetblock_la_LIBADD = \ libgnunetblock_la_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la libgnunetblock_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) + $(GN_LIB_LDFLAGS) \ + -version-info 0:0:0 check_PROGRAMS = \ test_block diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index acc81e2b57..ccb521cee6 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -29,7 +29,7 @@ libgnunetdht_la_LIBADD = \ $(XLIB) libgnunetdht_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 0:0:0 + -version-info 1:0:1 plugin_LTLIBRARIES = \ diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am index 6e25d81bff..efaea0f508 100644 --- a/src/dns/Makefile.am +++ b/src/dns/Makefile.am @@ -84,14 +84,16 @@ libgnunetdnsparser_la_SOURCES = \ libgnunetdnsparser_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunetdnsparser_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) + $(GN_LIB_LDFLAGS) \ + -version-info 0:0:0 libgnunetdns_la_SOURCES = \ dns_api.c dns.h libgnunetdns_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunetdns_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) + $(GN_LIB_LDFLAGS)) \ + -version-info 0:0:0 libgnunet_plugin_block_dns_la_SOURCES = \ plugin_block_dns.c diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am index 488ad2e51c..1cdbefcfc0 100644 --- a/src/fragmentation/Makefile.am +++ b/src/fragmentation/Makefile.am @@ -17,7 +17,8 @@ libgnunetfragmentation_la_LIBADD = -lm \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la libgnunetfragmentation_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) + $(GN_LIB_LDFLAGS) \ + -version-info 0:0:0 check_PROGRAMS = \ test_fragmentation diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index d9b0fbaddb..512c84db62 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -50,7 +50,7 @@ libgnunetfs_la_LIBADD = \ libgnunetfs_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 1:0:1 + -version-info 2:0:0 libgnunetfstest_a_SOURCES = \ diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am index 0122a1918c..1788e8f655 100644 --- a/src/hello/Makefile.am +++ b/src/hello/Makefile.am @@ -16,7 +16,8 @@ libgnunethello_la_SOURCES = \ libgnunethello_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunethello_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) + $(GN_LIB_LDFLAGS) \ + -version-info 0:0:0 check_PROGRAMS = \ test_hello diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index 3221ad868f..a1ef4ee24b 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -49,7 +49,7 @@ /** * Version of the API (for entire gnunetutil.so library). */ -#define GNUNET_UTIL_VERSION 0x00090100 +#define GNUNET_UTIL_VERSION 0x00090200 /** * Named constants for return values. The following diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am index 31de64667a..390ce9e1ec 100644 --- a/src/tun/Makefile.am +++ b/src/tun/Makefile.am @@ -16,7 +16,8 @@ libgnunettun_la_SOURCES = \ libgnunettun_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunettun_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) + $(GN_LIB_LDFLAGS) \ + -version-info 0:0:0 check_PROGRAMS = \ diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 7f2e0cd48f..cded34d174 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -109,7 +109,7 @@ libgnunetutil_la_LIBADD = \ libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ - -version-info 6:0:1 + -version-info 7:0:0 bin_PROGRAMS = \ |