diff options
author | James Moger <james.moger@gmail.com> | 2012-08-20 10:18:06 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2012-08-20 10:18:06 -0400 |
commit | 6d73bccdc39d9ee70fc744424778271a2509403e (patch) | |
tree | 734e88fb3031e22a5d3e78a6c364bb2798751520 /src/com | |
parent | b516ad18176fd482ceaf9b0d849a5d61553ecb74 (diff) | |
download | iciql-6d73bccdc39d9ee70fc744424778271a2509403e.tar.gz iciql-6d73bccdc39d9ee70fc744424778271a2509403e.zip |
Reset build identifiers for next release
Diffstat (limited to 'src/com')
-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 442e986..8b54493 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.1.0";
+ public static final String VERSION = "1.2.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 = "2012-08-20";
+ 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.
|