Skip to content

Commit 74ef9fb

Browse files
author
moez
committed
Added Enum support (without support in 'switch' yet)
git-svn-id: file:///tmp/test-svn/trunk@2148 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 2956623 commit 74ef9fb

File tree

9 files changed

+2511
-2200
lines changed

9 files changed

+2511
-2200
lines changed

dynamicjava/src/koala/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* This file is copied to Version.java by the build process, which also
5454
* fills in the right values of the date and time.
5555
*
56-
* This javadoc corresponds to build drjava-20040614-2004;
56+
* This javadoc corresponds to build drjava-20040616-0108;
5757
*
5858
* @version $Id$
5959
*/
@@ -62,7 +62,7 @@ public abstract class Version {
6262
* This string will be automatically expanded upon "ant commit".
6363
* Do not edit it by hand!
6464
*/
65-
private static final String BUILD_TIME_STRING = "20040614-2004";
65+
private static final String BUILD_TIME_STRING = "20040616-0108";
6666

6767
/** A {@link Date} version of the build time. */
6868
private static final Date BUILD_TIME = _getBuildDate();

0 commit comments

Comments
 (0)