gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20082 - in gnunet: . src/block src/dht src/dns src/fragmen


From: gnunet
Subject: [GNUnet-SVN] r20082 - in gnunet: . src/block src/dht src/dns src/fragmentation src/fs src/hello src/include src/tun src/util
Date: Mon, 27 Feb 2012 19:53:15 +0100

Author: grothoff
Date: 2012-02-27 19:53:15 +0100 (Mon, 27 Feb 2012)
New Revision: 20082

Modified:
   gnunet/configure.ac
   gnunet/src/block/Makefile.am
   gnunet/src/dht/Makefile.am
   gnunet/src/dns/Makefile.am
   gnunet/src/fragmentation/Makefile.am
   gnunet/src/fs/Makefile.am
   gnunet/src/hello/Makefile.am
   gnunet/src/include/gnunet_common.h
   gnunet/src/tun/Makefile.am
   gnunet/src/util/Makefile.am
Log:
-version bumps in anticipation of release

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/configure.ac 2012-02-27 18:53:15 UTC (rev 20082)
@@ -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],address@hidden)
+AC_INIT([gnunet], [0.9.2],address@hidden)
 
 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])

Modified: gnunet/src/block/Makefile.am
===================================================================
--- gnunet/src/block/Makefile.am        2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/block/Makefile.am        2012-02-27 18:53:15 UTC (rev 20082)
@@ -42,7 +42,8 @@
 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

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/dht/Makefile.am  2012-02-27 18:53:15 UTC (rev 20082)
@@ -29,7 +29,7 @@
   $(XLIB)
 libgnunetdht_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
-  -version-info 0:0:0
+  -version-info 1:0:1
 
 
 plugin_LTLIBRARIES = \

Modified: gnunet/src/dns/Makefile.am
===================================================================
--- gnunet/src/dns/Makefile.am  2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/dns/Makefile.am  2012-02-27 18:53:15 UTC (rev 20082)
@@ -84,14 +84,16 @@
 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

Modified: gnunet/src/fragmentation/Makefile.am
===================================================================
--- gnunet/src/fragmentation/Makefile.am        2012-02-27 18:39:20 UTC (rev 
20081)
+++ gnunet/src/fragmentation/Makefile.am        2012-02-27 18:53:15 UTC (rev 
20082)
@@ -17,7 +17,8 @@
  $(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

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/fs/Makefile.am   2012-02-27 18:53:15 UTC (rev 20082)
@@ -50,7 +50,7 @@
 
 libgnunetfs_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
-  -version-info 1:0:1
+  -version-info 2:0:0
 
 
 libgnunetfstest_a_SOURCES = \

Modified: gnunet/src/hello/Makefile.am
===================================================================
--- gnunet/src/hello/Makefile.am        2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/hello/Makefile.am        2012-02-27 18:53:15 UTC (rev 20082)
@@ -16,7 +16,8 @@
 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

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/include/gnunet_common.h  2012-02-27 18:53:15 UTC (rev 20082)
@@ -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

Modified: gnunet/src/tun/Makefile.am
===================================================================
--- gnunet/src/tun/Makefile.am  2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/tun/Makefile.am  2012-02-27 18:53:15 UTC (rev 20082)
@@ -16,7 +16,8 @@
 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 = \

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2012-02-27 18:39:20 UTC (rev 20081)
+++ gnunet/src/util/Makefile.am 2012-02-27 18:53:15 UTC (rev 20082)
@@ -109,7 +109,7 @@
 
 libgnunetutil_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
-  -version-info 6:0:1
+  -version-info 7:0:0
 
 
 bin_PROGRAMS = \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]