diff options
author | James Moger <james.moger@gmail.com> | 2012-08-20 10:16:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2012-08-20 10:16:31 -0400 |
commit | b516ad18176fd482ceaf9b0d849a5d61553ecb74 (patch) | |
tree | 199221c65304794ed6cb8e3b24b7e492ffcae705 | |
parent | 30c62483c97b6495a62ef15bf38e55578ab95563 (diff) | |
download | iciql-1.1.0.tar.gz iciql-1.1.0.zip |
Prepare 1.1.0 releasev1.1.0
-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 642ed6d..442e986 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 = "1.0.1-SNAPSHOT";
+ public static final String VERSION = "1.1.0";
// 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 = "2012-08-20";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|