* Bump version to 1.6.2

This commit is contained in:
hns 2008-04-07 08:49:13 +00:00
parent a96a4444a6
commit 3bd9e813a9
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
This is the README file for version 1.6.1 of the Helma Javascript
This is the README file for version 1.6.2 of the Helma Javascript
Web Application Framework.
==============

View file

@ -8,7 +8,7 @@
<target name="init">
<property name="Name" value="helma"/>
<property name="year" value="1998-${year}"/>
<property name="version" value="1.6.1"/>
<property name="version" value="1.6.2"/>
<property name="project" value="helma"/>
<property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/>

View file

@ -44,7 +44,7 @@ import helma.util.ResourceProperties;
*/
public class Server implements Runnable {
// version string
public static final String version = "1.6.1 (__builddate__)";
public static final String version = "1.6.2 (__builddate__)";
// static server instance
private static Server server;