From: Christian Grothoff Date: Mon, 27 Feb 2012 18:53:15 +0000 (+0000) Subject: -version bumps in anticipation of release X-Git-Tag: initial-import-from-subversion-38251~14597 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ccfc6d872f48b318ea820c8de0f4bf92e14427a;p=oweals%2Fgnunet.git -version bumps in anticipation of release --- diff --git a/configure.ac b/configure.ac index 46a548cc9..c5af70f15 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of GNUnet. -# (C) 2001--2011 Christian Grothoff (and other contributing authors) +# (C) 2001--2012 Christian Grothoff (and other contributing authors) # # GNUnet is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published @@ -22,13 +22,13 @@ # AC_PREREQ(2.61) # Checks for programs. -AC_INIT([gnunet], [0.9.1],[bug-gnunet@gnu.org]) +AC_INIT([gnunet], [0.9.2],[bug-gnunet@gnu.org]) AC_CANONICAL_TARGET AC_CANONICAL_HOST AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE([gnunet], [0.9.1]) +AM_INIT_AUTOMAKE([gnunet], [0.9.2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([gnunet_config.h]) AH_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 = \ 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 acc81e2b5..ccb521cee 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 6e25d81bf..efaea0f50 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 488ad2e51..1cdbefcfc 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 d9b0fbadd..512c84db6 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 0122a1918..1788e8f65 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 3221ad868..a1ef4ee24 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 31de64667..390ce9e1e 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 7f2e0cd48..cded34d17 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 = \