diff options
author | James Moger <james.moger@gmail.com> | 2011-08-08 12:48:12 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-08 12:48:12 -0400 |
commit | fec6df5eaac334540e220d7f7c05c9d21357f554 (patch) | |
tree | db3738b66e421729bfe52c27e3dcc39fe2fdf2f7 /src | |
parent | 05097c891abcd48a82e8f7c55f14fbd5c38d9cc8 (diff) | |
download | iciql-fec6df5eaac334540e220d7f7c05c9d21357f554.tar.gz iciql-fec6df5eaac334540e220d7f7c05c9d21357f554.zip |
Fix build date.
Diffstat (limited to 'src')
-rw-r--r-- | src/com/iciql/Constants.java | 2 |
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.
|