summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-05 15:18:44 -0400
committerJames Moger <james.moger@gmail.com>2011-08-05 15:18:44 -0400
commit757758331fafd53f96881a01ab61931835d3f67d (patch)
treecac765e2db1c88dba98ab68c356df8e33938f1e9 /src
parentfadd154d137481ee7d4c394131ce0d2c4803d4e7 (diff)
downloadiciql-757758331fafd53f96881a01ab61931835d3f67d.tar.gz
iciql-757758331fafd53f96881a01ab61931835d3f67d.zip
Release 0.6.0. APIv2v0.6.0
Diffstat (limited to 'src')
-rw-r--r--src/com/iciql/Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java
index 8942270..f5280e1 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.0-SNAPSHOT";
+ public static final String VERSION = "0.6.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 = "2011-08-05";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.