r9498 - helma-ng/trunk
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2009-01-30 12:00:18 +0100 (Fri, 30 Jan 2009)
New Revision: 9498
Modified:
helma-ng/trunk/README.txt
helma-ng/trunk/build.xml
Log:
Bump version to 0.3.
Details at http://dev.helma.org/trac/helma/changeset/9498
Modified: helma-ng/trunk/README.txt
===================================================================
--- helma-ng/trunk/README.txt 2009-01-30 10:58:47 UTC (rev 9497)
+++ helma-ng/trunk/README.txt 2009-01-30 11:00:18 UTC (rev 9498)
@@ -1,7 +1,7 @@
Helma NG
========
-This is the README file for the 0.2 release of Helma NG, a Javascript
+This is the README file for the 0.3 release of Helma NG, a Javascript
runtime and web application framework written in Java. "NG" stands for
"next generation", meaning that it is a more of a rewrite of Helma 1 than
simply a new version.
Modified: helma-ng/trunk/build.xml
===================================================================
--- helma-ng/trunk/build.xml 2009-01-30 10:58:47 UTC (rev 9497)
+++ helma-ng/trunk/build.xml 2009-01-30 11:00:18 UTC (rev 9498)
@@ -21,7 +21,7 @@
<!-- =================================================================== -->
<target name="init">
<property name="project" value="helma-ng"/>
- <property name="version" value="0.2"/>
+ <property name="version" value="0.3"/>
<property name="home" value="."/>