[Spread-cvs] commit: r505 - in trunk: . daemon java java/spread libspread

jonathan at spread.org jonathan at spread.org
Tue Mar 20 23:09:00 EDT 2012


Author: jonathan
Date: 2012-03-20 23:09:00 -0400 (Tue, 20 Mar 2012)
New Revision: 505

Modified:
   trunk/configure
   trunk/configure.in
   trunk/daemon/spread_params.h
   trunk/java/build.xml
   trunk/java/spread/SpreadConnection.java
   trunk/libspread/Makefile.in
Log:
Update version number and date stamp to 4.2.0 for RC1 release

Modified: trunk/configure
===================================================================
--- trunk/configure	2012-03-21 03:08:41 UTC (rev 504)
+++ trunk/configure	2012-03-21 03:09:00 UTC (rev 505)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.62 for Spread 4.1.0.
+# Generated by GNU Autoconf 2.62 for Spread 4.2.0.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@
 # Identity of this package.
 PACKAGE_NAME='Spread'
 PACKAGE_TARNAME='spread'
-PACKAGE_VERSION='4.1.0'
-PACKAGE_STRING='Spread 4.1.0'
+PACKAGE_VERSION='4.2.0'
+PACKAGE_STRING='Spread 4.2.0'
 PACKAGE_BUGREPORT=''
 
 enable_option_checking=no
@@ -1301,7 +1301,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Spread 4.1.0 to adapt to many kinds of systems.
+\`configure' configures Spread 4.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1366,7 +1366,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Spread 4.1.0:";;
+     short | recursive ) echo "Configuration of Spread 4.2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1462,7 +1462,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Spread configure 4.1.0
+Spread configure 4.2.0
 generated by GNU Autoconf 2.62
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1476,7 +1476,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Spread $as_me 4.1.0, which was
+It was created by Spread $as_me 4.2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   $ $0 $@
@@ -10674,7 +10674,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Spread $as_me 4.1.0, which was
+This file was extended by Spread $as_me 4.2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10727,7 +10727,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-Spread config.status 4.1.0
+Spread config.status 4.2.0
 configured by $0, generated by GNU Autoconf 2.62,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2012-03-21 03:08:41 UTC (rev 504)
+++ trunk/configure.in	2012-03-21 03:09:00 UTC (rev 505)
@@ -1,4 +1,4 @@
-AC_INIT(Spread, 4.1.0)
+AC_INIT(Spread, 4.2.0)
 
 AC_CONFIG_AUX_DIR(buildtools)
 AC_CONFIG_HEADERS(daemon/config.h)

Modified: trunk/daemon/spread_params.h
===================================================================
--- trunk/daemon/spread_params.h	2012-03-21 03:08:41 UTC (rev 504)
+++ trunk/daemon/spread_params.h	2012-03-21 03:09:00 UTC (rev 505)
@@ -37,11 +37,11 @@
 #define INC_SPREAD_PARAMS
 
 #define		SP_MAJOR_VERSION	4
-#define         SP_MINOR_VERSION        1
+#define         SP_MINOR_VERSION        2
 #define         SP_PATCH_VERSION        0
 #define         SPREAD_PROTOCOL         3
 
-#define         SPREAD_BUILD_DATE       "18/June/2009"
+#define         SPREAD_BUILD_DATE       "20/March/2012"
 
 #define		DEFAULT_SPREAD_PORT	4803
 

Modified: trunk/java/build.xml
===================================================================
--- trunk/java/build.xml	2012-03-21 03:08:41 UTC (rev 504)
+++ trunk/java/build.xml	2012-03-21 03:09:00 UTC (rev 505)
@@ -8,10 +8,10 @@
 <project name="spread" default="jar" basedir=".">
 
         <property name="Name" value="Spread"/>
-        <property name="version" value="4.1.0"/>
+        <property name="version" value="4.2.0"/>
         <property name="project" value="spread"/>
         <property name="title" value="${Name} ${version} API for Java"/>
-        <property name="year" value="2009"/>
+        <property name="year" value="2012"/>
         <property name="build.compiler" value="modern"/>
         <property name="build.dir" value="dest"/>
         <property name="build.src" value="${build.dir}/src"/>

Modified: trunk/java/spread/SpreadConnection.java
===================================================================
--- trunk/java/spread/SpreadConnection.java	2012-03-21 03:08:41 UTC (rev 504)
+++ trunk/java/spread/SpreadConnection.java	2012-03-21 03:09:00 UTC (rev 505)
@@ -88,7 +88,7 @@
 	// The Spread version.
 	//////////////////////
         private static final int SP_MAJOR_VERSION = 4;
-	private static final int SP_MINOR_VERSION = 1;
+	private static final int SP_MINOR_VERSION = 2;
 	private static final int SP_PATCH_VERSION = 0;
 
         // The default authentication method

Modified: trunk/libspread/Makefile.in
===================================================================
--- trunk/libspread/Makefile.in	2012-03-21 03:08:41 UTC (rev 504)
+++ trunk/libspread/Makefile.in	2012-03-21 03:09:00 UTC (rev 505)
@@ -29,9 +29,9 @@
 #     : minor  -- inc for backwards compatible change (add new api, but not break or remove old one)
 #     : bugfix -- inc for bugfix that is fully compatible
 
-LIBFULLVERSION=2.0.1
-LIBCOMPATVERSION=2.0
-LIBVERSION=2
+LIBFULLVERSION=3.0.0
+LIBCOMPATVERSION=3.0
+LIBVERSION=3
 
 PATHS= 
 




More information about the Spread-cvs mailing list