diff options
author | James Moger <james.moger@gmail.com> | 2011-08-31 14:04:33 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-31 14:04:33 -0400 |
commit | ba323f66e1727097ac91b1743c85ea563ee565cd (patch) | |
tree | 8aa87ec6b7bba4c6e301bba3c8fc32526cef4d23 /src/com/iciql | |
parent | 7b9af6d430452934da91760205861183c12c0bb4 (diff) | |
download | iciql-ba323f66e1727097ac91b1743c85ea563ee565cd.tar.gz iciql-ba323f66e1727097ac91b1743c85ea563ee565cd.zip |
Prepare 0.7.1 releasev0.7.1
Diffstat (limited to 'src/com/iciql')
-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 53dfc56..247c39a 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.7.1-SNAPSHOT";
+ public static final String VERSION = "0.7.1";
// 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-31";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|