diff options
author | James Moger <james.moger@gmail.com> | 2011-08-12 14:55:02 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-12 14:55:02 -0400 |
commit | 373a5c74f4c5e8cc19812a63893f6090d8f14b95 (patch) | |
tree | 249d858e377a95be68942e061cf97e91808a5601 /src/com/iciql/Constants.java | |
parent | 783797ff9ddfafa19481fda5295fcacd3c9b51cd (diff) | |
download | iciql-373a5c74f4c5e8cc19812a63893f6090d8f14b95.tar.gz iciql-373a5c74f4c5e8cc19812a63893f6090d8f14b95.zip |
Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4
Diffstat (limited to 'src/com/iciql/Constants.java')
-rw-r--r-- | src/com/iciql/Constants.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java index 917fcb0..23f42d2 100644 --- a/src/com/iciql/Constants.java +++ b/src/com/iciql/Constants.java @@ -25,11 +25,11 @@ 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 = "0.6.4-SNAPSHOT";
+ public static final String VERSION = "0.6.4";
// 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 = "PENDING";
+ public static final String VERSION_DATE = "2011-08-12";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|