Browse Source

Reset build identifiers for next release

tags/v1.1.0
James Moger 12 years ago
parent
commit
68bdf6dd00
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/com/iciql/Constants.java

+ 2
- 2
src/com/iciql/Constants.java View File

@@ -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.0";
public static final String VERSION = "1.0.1-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 = "2012-07-14";
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.

Loading…
Cancel
Save