increased version number to 1.5.1

This commit is contained in:
zumbrunn 2006-08-07 13:49:14 +00:00
parent 2c2e9fbbb5
commit 37f26241c4
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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.5.0"/> <property name="version" value="1.5.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"/>

View file

@ -35,7 +35,7 @@ JAVA_OPTS="-Djava.awt.headless=true"
### Helma install directory. This is where we look for ### Helma install directory. This is where we look for
### the Helma jar files (launcher.jar, lib/* and lib/ext/*) ### the Helma jar files (launcher.jar, lib/* and lib/ext/*)
############################################################## ##############################################################
HELMA_INSTALL=/usr/local/helma/helma-1.5.0 HELMA_INSTALL=/usr/local/helma/helma-1.5.1
############################################################## ##############################################################

View file

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