aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/iciql/Constants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java
index b010050..809c06c 100644
--- a/src/com/iciql/Constants.java
+++ b/src/com/iciql/Constants.java
@@ -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.