From: James Moger Date: Mon, 20 Aug 2012 14:16:31 +0000 (-0400) Subject: Prepare 1.1.0 release X-Git-Tag: v1.1.0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=23b9ae35fd6bd7f64099a6a50538ff508fac6b2b;p=iciql.git Prepare 1.1.0 release --- diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java index 642ed6d..442e986 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.1-SNAPSHOT"; + public static final String VERSION = "1.1.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 = "2012-08-20"; // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string.