r9909 - in helma/helma/trunk: . src/helma/main
[email protected] Wed, 16 Sep 2009 12:03:51 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090916100351.62E8C3D0E3@mia> |
Author: hannes
Date: 2009-09-16 12:03:51 +0200 (Wed, 16 Sep 2009)
New Revision: 9909
Modified:
helma/helma/trunk/build.xml
helma/helma/trunk/src/helma/main/Server.java
Log:
Flip version to 1.7.0
Details at http://dev.helma.org/trac/helma/changeset/9909
Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml 2009-09-16 09:52:46 UTC (rev 9908)
+++ helma/helma/trunk/build.xml 2009-09-16 10:03:51 UTC (rev 9909)
@@ -8,7 +8,7 @@
<target name="init">
<property name="Name" value="helma"/>
<property name="year" value="1998-${year}"/>
- <property name="version" value="1.7.0-rc3"/>
+ <property name="version" value="1.7.0"/>
<property name="project" value="helma"/>
<property name="home.dir" value="."/>
Modified: helma/helma/trunk/src/helma/main/Server.java
===================================================================
--- helma/helma/trunk/src/helma/main/Server.java 2009-09-16 09:52:46 UTC (rev 9908)
+++ helma/helma/trunk/src/helma/main/Server.java 2009-09-16 10:03:51 UTC (rev 9909)
@@ -38,7 +38,7 @@
*/
public class Server implements Runnable {
// version string
- public static final String version = "1.7.0-rc2 (__builddate__)";
+ public static final String version = "1.7.0 (__builddate__)";
// static server instance
private static Server server;