aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2012-07-14 18:17:07 -0400
committerJames Moger <james.moger@gmail.com>2012-07-14 18:17:07 -0400
commit23fc70c5d2c84c0117db97557423df69a0f6dd8e (patch)
tree2cc1600f953cd1084e55113aacaf79b89e73abeb /src
parentf9d9f5a96733312936aa6b5b45fd25a64b8e8a72 (diff)
downloadiciql-23fc70c5d2c84c0117db97557423df69a0f6dd8e.tar.gz
iciql-23fc70c5d2c84c0117db97557423df69a0f6dd8e.zip
Prepare 1.0.0 releasev1.0.0
Diffstat (limited to 'src')
-rw-r--r--src/com/iciql/Constants.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java
index fc27ace..756244c 100644
--- a/src/com/iciql/Constants.java
+++ b/src/com/iciql/Constants.java
@@ -25,14 +25,14 @@ 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.0-SNAPSHOT";
+ public static final String VERSION = "1.0.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 = "2012-05-07";
+ public static final String VERSION_DATE = "2012-07-14";
// 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 API_CURRENT = "14";
+ public static final String API_CURRENT = "15";
}