Browse Source

Updated 0.4 main file


git-svn-id: http://svn.dmdirc.com/tags/0.4@1494 00569f92-eb28-0410-84fd-f71c24880f
0.4
Chris Smith 17 years ago
parent
commit
70271d3d96
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/com/dmdirc/Main.java

+ 3
- 3
src/com/dmdirc/Main.java View File

@@ -39,17 +39,17 @@ public final class Main {
39 39
     /**
40 40
      * Stores the current textual program version.
41 41
      */
42
-    public static final String VERSION = "SVN";
42
+    public static final String VERSION = "0.4";
43 43
     
44 44
     /**
45 45
      * Stores the release date of this version.
46 46
      */
47
-    public static final int RELEASE_DATE = 0;
47
+    public static final int RELEASE_DATE = 20070611;
48 48
     
49 49
     /**
50 50
      * Stores the update channel that this version came from, if any.
51 51
      */
52
-    public static final UpdateChannel UPDATE_CHANNEL = UpdateChannel.NONE; 
52
+    public static final UpdateChannel UPDATE_CHANNEL = UpdateChannel.STABLE; 
53 53
     
54 54
     /**
55 55
      * Prevents creation of main.

Loading…
Cancel
Save