Changeset 9839
- Timestamp:
- 07/02/09 14:49:44 (9 months ago)
- Files:
-
- helma/helma/trunk/build.xml (modified) (1 diff)
- helma/helma/trunk/src/helma/main/Server.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
helma/helma/trunk/build.xml
r9434 r9839 9 9 <property name="Name" value="helma"/> 10 10 <property name="year" value="1998-${year}"/> 11 <property name="version" value="1.7.0 "/>11 <property name="version" value="1.7.0-rc1"/> 12 12 <property name="project" value="helma"/> 13 13 helma/helma/trunk/src/helma/main/Server.java
r9834 r9839 39 39 public class Server implements Runnable { 40 40 // version string 41 public static final String version = "1.7.0 (__builddate__)";41 public static final String version = "1.7.0-rc1 (__builddate__)"; 42 42 43 43 // static server instance