-version bumps in anticipation of release
authorChristian Grothoff <christian@grothoff.org>
Mon, 27 Feb 2012 18:53:15 +0000 (18:53 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 27 Feb 2012 18:53:15 +0000 (18:53 +0000)
configure.ac
src/block/Makefile.am
src/dht/Makefile.am
src/dns/Makefile.am
src/fragmentation/Makefile.am
src/fs/Makefile.am
src/hello/Makefile.am
src/include/gnunet_common.h
src/tun/Makefile.am
src/util/Makefile.am

index 46a548cc9afad90c569269721ef6b0ae676d84ca..c5af70f1590a603661b6112b62cd2f30e76915f3 100644 (file)
@@ -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
 #
 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])
index 39de6edf0187ed6d2e4cda31fe415ea135388440..78680eee8dcad5a81044b25db43e2347016e2575 100644 (file)
@@ -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
index acc81e2b5787e64fc8acd1950ede85a287170ebe..ccb521cee6a90d8ed99c6e2d99c1a98fdbe404a6 100644 (file)
@@ -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 = \
index 6e25d81bffa790e1a059276127214327ade631b4..efaea0f5080b6bc0b614faf1b0bb1afc7c566945 100644 (file)
@@ -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
index 488ad2e51c3ceab4a7c73327f3edfb16ebefaf16..1cdbefcfc046271bfdebc2be1adc8ae644401982 100644 (file)
@@ -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
index d9b0fbaddb617bee6dba102883abfc201a2e6bb8..512c84db62d1881f82620bc1fe13d464bf81eb73 100644 (file)
@@ -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 = \
index 0122a1918cf85e0a3c15ba851db4286b302cfecf..1788e8f655db71fa5a29b93978cd83cf8d4945bd 100644 (file)
@@ -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
index 3221ad868fe0c10cc84003df8b1eb36df89dc25c..a1ef4ee24ba1e7c31c34856354eaa4d8573df1f9 100644 (file)
@@ -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
index 31de64667a8f265684537910c5a4913fd56089a2..390ce9e1eccaf7d41708b9e8f64769b0ccd036c0 100644 (file)
@@ -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 = \
index 7f2e0cd48f02b77fd84de1f31583de34612da366..cded34d174afbbd4c5b2897f209fe26010f0c253 100644 (file)
@@ -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 = \