Browse Source

Changed 0.5.1 version, release date and update channel


git-svn-id: http://svn.dmdirc.com/tags/0.5.1@2412 00569f92-eb28-0410-84fd-f71c24880f
0.5.1
Gregory Holmes 16 years ago
parent
commit
c86b726c05
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

@@ -48,17 +48,17 @@ public final class Main {
48 48
     /**
49 49
      * Stores the current textual program version.
50 50
      */
51
-    public static final String VERSION = "0.5.1SVN";
51
+    public static final String VERSION = "0.5.1";
52 52
     
53 53
     /**
54 54
      * Stores the release date of this version.
55 55
      */
56
-    public static final int RELEASE_DATE = 0;
56
+    public static final int RELEASE_DATE = 20071007;
57 57
     
58 58
     /**
59 59
      * Stores the update channel that this version came from, if any.
60 60
      */
61
-    public static final UpdateChannel UPDATE_CHANNEL = UpdateChannel.NONE;
61
+    public static final UpdateChannel UPDATE_CHANNEL = UpdateChannel.STABLE;
62 62
     
63 63
     /**
64 64
      * A revision number for actions and core plugins. If this is increased,

Loading…
Cancel
Save