gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18841 - in gnunet: . src/arm src/ats src/datacache src/dat


From: gnunet
Subject: [GNUnet-SVN] r18841 - in gnunet: . src/arm src/ats src/datacache src/datastore src/fs src/include src/statistics src/testing src/util
Date: Mon, 26 Dec 2011 22:19:28 +0100

Author: grothoff
Date: 2011-12-26 22:19:28 +0100 (Mon, 26 Dec 2011)
New Revision: 18841

Modified:
   gnunet/configure.ac
   gnunet/src/arm/Makefile.am
   gnunet/src/ats/Makefile.am
   gnunet/src/datacache/Makefile.am
   gnunet/src/datastore/Makefile.am
   gnunet/src/fs/Makefile.am
   gnunet/src/include/Makefile.am
   gnunet/src/include/gnunet_common.h
   gnunet/src/statistics/Makefile.am
   gnunet/src/testing/Makefile.am
   gnunet/src/util/Makefile.am
Log:
-version bumps for release

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/configure.ac 2011-12-26 21:19:28 UTC (rev 18841)
@@ -22,13 +22,13 @@
 #
 AC_PREREQ(2.61)
 # Checks for programs.
-AC_INIT([gnunet], [0.9.0],address@hidden)
+AC_INIT([gnunet], [0.9.1],address@hidden)
 
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE([gnunet], [0.9.0])
+AM_INIT_AUTOMAKE([gnunet], [0.9.1])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_HEADERS([gnunet_config.h])
 AH_TOP([#define _GNU_SOURCE  1])

Modified: gnunet/src/arm/Makefile.am
===================================================================
--- gnunet/src/arm/Makefile.am  2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/arm/Makefile.am  2011-12-26 21:19:28 UTC (rev 18841)
@@ -23,7 +23,7 @@
   $(GN_LIBINTL) $(XLIB)
 libgnunetarm_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
-  -version-info 1:0:0
+  -version-info 1:1:0
 
 
 bin_PROGRAMS = \

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/ats/Makefile.am  2011-12-26 21:19:28 UTC (rev 18841)
@@ -23,7 +23,8 @@
  $(top_builddir)/src/util/libgnunetutil.la
 
 libgnunetats_la_LDFLAGS = \
- $(GN_LIB_LDFLAGS)
+ $(GN_LIB_LDFLAGS) \
+  -version-info 1:0:1
 
 
 bin_PROGRAMS = \

Modified: gnunet/src/datacache/Makefile.am
===================================================================
--- gnunet/src/datacache/Makefile.am    2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/datacache/Makefile.am    2011-12-26 21:19:28 UTC (rev 18841)
@@ -37,7 +37,7 @@
   $(GN_LIBINTL) 
 libgnunetdatacache_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
-  -version-info 0:0:0
+  -version-info 0:1:0
 
 
 plugin_LTLIBRARIES = \

Modified: gnunet/src/datastore/Makefile.am
===================================================================
--- gnunet/src/datastore/Makefile.am    2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/datastore/Makefile.am    2011-12-26 21:19:28 UTC (rev 18841)
@@ -28,7 +28,7 @@
   $(GN_LIBINTL) 
 libgnunetdatastore_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
-  -version-info 0:0:0
+  -version-info 1:0:0
 
 
 bin_PROGRAMS = \

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/fs/Makefile.am   2011-12-26 21:19:28 UTC (rev 18841)
@@ -47,7 +47,7 @@
 
 libgnunetfs_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
-  -version-info 0:0:0
+  -version-info 1:0:1
 
 
 libgnunetfstest_a_SOURCES = \

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/include/Makefile.am      2011-12-26 21:19:28 UTC (rev 18841)
@@ -69,5 +69,4 @@
   gnunet_time_lib.h \
   gnunet_transport_service.h \
   gnunet_transport_plugin.h \
-  gnunet_upnp_service.h \
   gnunet_util_lib.h 

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/include/gnunet_common.h  2011-12-26 21:19:28 UTC (rev 18841)
@@ -49,7 +49,7 @@
 /**
  * Version of the API (for entire gnunetutil.so library).
  */
-#define GNUNET_UTIL_VERSION 0x00090000
+#define GNUNET_UTIL_VERSION 0x00090100
 
 /**
  * Named constants for return values.  The following

Modified: gnunet/src/statistics/Makefile.am
===================================================================
--- gnunet/src/statistics/Makefile.am   2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/statistics/Makefile.am   2011-12-26 21:19:28 UTC (rev 18841)
@@ -23,7 +23,7 @@
   $(GN_LIBINTL) $(XLIB)
 libgnunetstatistics_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
-  -version-info 0:0:0
+  -version-info 1:0:1
 
 
 bin_PROGRAMS = \

Modified: gnunet/src/testing/Makefile.am
===================================================================
--- gnunet/src/testing/Makefile.am      2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/testing/Makefile.am      2011-12-26 21:19:28 UTC (rev 18841)
@@ -47,8 +47,9 @@
  -lm \
  $(top_builddir)/src/util/libgnunetutil.la 
 libgnunettesting_la_LDFLAGS = \
- $(GN_LIB_LDFLAGS)
- 
+ $(GN_LIB_LDFLAGS) \
+ -version-info 0:1:0
+
 bin_PROGRAMS = \
  gnunet-testing
 

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2011-12-26 21:12:37 UTC (rev 18840)
+++ gnunet/src/util/Makefile.am 2011-12-26 21:19:28 UTC (rev 18841)
@@ -105,7 +105,7 @@
 
 libgnunetutil_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
-  -version-info 5:0:0
+  -version-info 6:0:1
 
 
 bin_PROGRAMS = \




reply via email to

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