release version
authoramwaterhouse <Andrew Waterhouse>
Thu, 19 May 2005 17:49:36 +0000 (17:49 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 19 May 2005 17:49:36 +0000 (17:49 +0000)
src/jalview/bin/Cache.java

index 7dbdc94..ed1a93f 100755 (executable)
@@ -14,8 +14,8 @@ import java.io.*;
 import java.util.jar.*;\r
 public class Cache\r
 {\r
-  public static String  VERSION = "ß test";\r
-  public static String  BUILD_DATE = "1-1-2005";\r
+  public static String  VERSION = "Release 2.0";\r
+  public static String  BUILD_DATE = "01-05-2005";\r
 \r
   public static Properties applicationProperties;\r
   // Current properties include:\r
@@ -52,8 +52,6 @@ public class Cache
 \r
     BUILD_DATE = new Date( date ).toString();\r
 \r
-\r
-\r
     applicationProperties = new Properties();\r
 \r
     try\r