From d32c1f4d1eccbe0b9dd7c557d52879c8ec01069a Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 4 Aug 2011 13:51:26 -0400 Subject: Change identifiers for next release. --- build.xml | 2 +- src/com/iciql/Constants.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 4ab3c65..8c7eaec 100644 --- a/build.xml +++ b/build.xml @@ -139,7 +139,7 @@ - + diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java index bf2cf91..8942270 100644 --- a/src/com/iciql/Constants.java +++ b/src/com/iciql/Constants.java @@ -25,15 +25,15 @@ 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"; + public static final String VERSION = "0.6.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 = "2011-08-03"; + 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. - public static final String API_CURRENT = "1"; + public static final String API_CURRENT = "2"; // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string. -- cgit v1.2.3