summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-04 13:51:26 -0400
committerJames Moger <james.moger@gmail.com>2011-08-04 13:51:26 -0400
commitd32c1f4d1eccbe0b9dd7c557d52879c8ec01069a (patch)
treefd4f416653584440dd8c2fb55dac422137e6feaa /src
parent43b440d7051ad04b5b77ee3cc4872bb70b24cd96 (diff)
downloadiciql-d32c1f4d1eccbe0b9dd7c557d52879c8ec01069a.tar.gz
iciql-d32c1f4d1eccbe0b9dd7c557d52879c8ec01069a.zip
Change identifiers for next release.
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 bf2cf91..8942270 100644
--- a/src/com/iciql/Constants.java
+++ b/src/com/iciql/Constants.java
@@ -25,15 +25,15 @@ 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.5.0";
+ public static final String VERSION = "0.6.0-SNAPSHOT";
// 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-03";
+ public static final String VERSION_DATE = "PENDING";
// 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 = "1";
+ public static final String API_CURRENT = "2";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.