diff options
author | James Moger <james.moger@gmail.com> | 2011-12-09 16:55:13 -0500 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-12-09 16:55:13 -0500 |
commit | 5c18f339dba21dd10eebc728f7d6e85bba940c7c (patch) | |
tree | 4310a4ea3252099bbc0f43ad94a6a061977f6dd9 /src | |
parent | 876c4e51578dfa7bd98956d2f07ae7498a70629c (diff) | |
download | iciql-5c18f339dba21dd10eebc728f7d6e85bba940c7c.tar.gz iciql-5c18f339dba21dd10eebc728f7d6e85bba940c7c.zip |
Prepare next release
Diffstat (limited to 'src')
-rw-r--r-- | src/com/iciql/Constants.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java index 37f0c2b..9dab0fb 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 = "0.7.4-SNAPSHOT";
+ public static final String VERSION = "0.7.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-12-09";
// 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 = "8";
+ public static final String API_CURRENT = "9";
}
|