diff options
author | James Moger <james.moger@gmail.com> | 2012-07-14 18:17:45 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2012-07-14 18:17:45 -0400 |
commit | 68bdf6dd006a7e5449b433e0945c5e63130dabd5 (patch) | |
tree | 4c8d26bfee5f4bc6155540d6f651a6bf111c1cbc /src | |
parent | 23fc70c5d2c84c0117db97557423df69a0f6dd8e (diff) | |
download | iciql-68bdf6dd006a7e5449b433e0945c5e63130dabd5.tar.gz iciql-68bdf6dd006a7e5449b433e0945c5e63130dabd5.zip |
Reset build identifiers for next release
Diffstat (limited to 'src')
-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 756244c..642ed6d 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.0";
+ public static final String VERSION = "1.0.1-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 = "2012-07-14";
+ 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.
|