[Spread-users] [PATCH] 3.16.1 source release package Java client version

Daniel Rall dlr at finemaltcoding.com
Tue Jan 8 13:41:20 EST 2002


It might be a good idea to slip this change into the source release
tarball itself.

Log: Supply the correct the version for the Java client Ant build
file.

Index: build.xml
===================================================================
RCS file: /storage/cvsroot/spread/javaapps/build.xml,v
retrieving revision 1.1
diff -u -u -r1.1 build.xml
--- build.xml	23 Aug 2001 03:38:25 -0000	1.1
+++ build.xml	8 Jan 2002 18:28:09 -0000
@@ -8,7 +8,7 @@
 <project name="spread" default="jar" basedir=".">
 
         <property name="Name" value="Spread"/>
-        <property name="version" value="3.16.0"/>
+        <property name="version" value="3.16.1"/>
         <property name="project" value="spread"/>
         <property name="title" value="${Name} ${version} API for Java"/>
         <property name="year" value="2001"/>






More information about the Spread-users mailing list