* Update version string to 1.6.1
This commit is contained in:
parent
911e8c3fbc
commit
21c44962f1
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
This is the README file for version 1.6.0 of the Helma Javascript
|
This is the README file for version 1.6.1 of the Helma Javascript
|
||||||
Web Application Framework.
|
Web Application Framework.
|
||||||
|
|
||||||
==============
|
==============
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<property name="Name" value="helma"/>
|
<property name="Name" value="helma"/>
|
||||||
<property name="year" value="1998-${year}"/>
|
<property name="year" value="1998-${year}"/>
|
||||||
<property name="version" value="1.6.0"/>
|
<property name="version" value="1.6.1"/>
|
||||||
<property name="project" value="helma"/>
|
<property name="project" value="helma"/>
|
||||||
|
|
||||||
<property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/>
|
<property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/>
|
||||||
|
|
|
@ -39,7 +39,7 @@ import helma.util.ResourceProperties;
|
||||||
*/
|
*/
|
||||||
public class Server implements Runnable {
|
public class Server implements Runnable {
|
||||||
// version string
|
// version string
|
||||||
public static final String version = "1.6.0 (__builddate__)";
|
public static final String version = "1.6.1 (__builddate__)";
|
||||||
|
|
||||||
// static server instance
|
// static server instance
|
||||||
private static Server server;
|
private static Server server;
|
||||||
|
|
Loading…
Add table
Reference in a new issue