From: James Moger Date: Mon, 8 Aug 2011 16:48:12 +0000 (-0400) Subject: Fix build date. X-Git-Tag: v0.6.4~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fec6df5eaac334540e220d7f7c05c9d21357f554;p=iciql.git Fix build date. --- diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java index b010050..809c06c 100644 --- a/src/com/iciql/Constants.java +++ b/src/com/iciql/Constants.java @@ -29,7 +29,7 @@ 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_DATE = "2011-08-05"; + public static final String VERSION_DATE = "2011-08-08"; // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string.