Browse Source

Fix build date.

tags/v0.6.4
James Moger 13 years ago
parent
commit
fec6df5eaa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/iciql/Constants.java

+ 1
- 1
src/com/iciql/Constants.java View File

@@ -29,7 +29,7 @@ public class Constants {
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
public static final String VERSION_DATE = "2011-08-05";
public static final String VERSION_DATE = "2011-08-08";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.

Loading…
Cancel
Save