Browse Source

Update svn branch


git-svn-id: http://svn.dmdirc.com/branches/0.5.5@3218 00569f92-eb28-0410-84fd-f71c24880f
remotes/0.5.5
Shane Mc Cormack 16 years ago
parent
commit
99e28029db
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/com/dmdirc/Main.java

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

@@ -50,12 +50,12 @@ public final class Main {
50 50
     /**
51 51
      * Stores the current textual program version.
52 52
      */
53
-    public static final String VERSION = "0.5.5b3";
53
+    public static final String VERSION = "0.5.5rc2";
54 54
     
55 55
     /**
56 56
      * Stores the release date of this version.
57 57
      */
58
-    public static final int RELEASE_DATE = 20071223;
58
+    public static final int RELEASE_DATE = 20080112;
59 59
     
60 60
     /**
61 61
      * Stores the update channel that this version came from, if any.

Loading…
Cancel
Save