Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10629
Modified Files:
build.xml
Log Message:
Changed the version string to "0.9.11 prerelease".
Index: build.xml
===================================================================
RCS file: /cvsroot/nice/Nice/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.xml 7 Mar 2005 08:13:34 -0000 1.4
--- build.xml 7 Mar 2005 09:55:07 -0000 1.5
***************
*** 177,181 ****
<target name="setDate">
<!-- TODO: Extract the current Nice version from the head of the NEWS file. -->
! <property name="version" value="0.9.10" />
<property name="to" value="src/nice/tools/compiler/dateBuild.nice" />
<tstamp>
--- 177,181 ----
<target name="setDate">
<!-- TODO: Extract the current Nice version from the head of the NEWS file. -->
! <property name="version" value="0.9.11 prerelease" />
<property name="to" value="src/nice/tools/compiler/dateBuild.nice" />
<tstamp>
|