Browse Source

Prepare next release

tags/v0.7.5
James Moger 12 years ago
parent
commit
5c18f339db
2 changed files with 6181 additions and 3 deletions
  1. 6178
    0
      api/v9.xml
  2. 3
    3
      src/com/iciql/Constants.java

+ 6178
- 0
api/v9.xml
File diff suppressed because it is too large
View File


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

@@ -25,14 +25,14 @@ 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.7.4-SNAPSHOT";
public static final String VERSION = "0.7.4";
// 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-12-09";
// 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 = "8";
public static final String API_CURRENT = "9";
}

Loading…
Cancel
Save