From 618d64b6d95ba7b478839910d12ed21188e6722e Mon Sep 17 00:00:00 2001 From: hns <hannesw@gmail.com> Date: Tue, 31 Oct 2006 15:04:46 +0000 Subject: [PATCH] * Update version to 1.5.3 --- README.txt | 2 +- build/build.xml | 2 +- src/helma/main/Server.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 900e83f6..cf14a936 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -This is the README file for version 1.5.2 of the Helma Javascript +This is the README file for version 1.5.3 of the Helma Javascript Web Application Framework. ============== diff --git a/build/build.xml b/build/build.xml index e9b08c93..8f9011d5 100644 --- a/build/build.xml +++ b/build/build.xml @@ -8,7 +8,7 @@ <target name="init"> <property name="Name" value="helma"/> <property name="year" value="1998-${year}"/> - <property name="version" value="1.5.2"/> + <property name="version" value="1.5.3"/> <property name="project" value="helma"/> <property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/> diff --git a/src/helma/main/Server.java b/src/helma/main/Server.java index 2949c6ee..35348583 100644 --- a/src/helma/main/Server.java +++ b/src/helma/main/Server.java @@ -42,7 +42,7 @@ import helma.util.ResourceProperties; */ public class Server implements IPathElement, Runnable { // version string - public static final String version = "1.5.2 (__builddate__)"; + public static final String version = "1.5.3 (__builddate__)"; // static server instance private static Server server;