diff options
author | James Moger <james.moger@gmail.com> | 2011-08-03 22:06:12 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-03 22:06:12 -0400 |
commit | 0b2dcf3955aff71e27567fd299207363828c5148 (patch) | |
tree | b030dda05bac65f9b3a360bf5ef986fdefea71b3 /src | |
parent | 538ba78ac1dc2e9670380329ad989c9df0ab546b (diff) | |
download | iciql-0b2dcf3955aff71e27567fd299207363828c5148.tar.gz iciql-0b2dcf3955aff71e27567fd299207363828c5148.zip |
Documentation.v0.5.0
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 6bbbc71..bf2cf91 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.5.0-SNAPSHOT";
+ public static final String VERSION = "0.5.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-03";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|