Browse Source

Release 0.6.0. APIv2

tags/v0.6.0^0
James Moger 13 years ago
parent
commit
757758331f
2 changed files with 4425 additions and 2 deletions
  1. 4423
    0
      api/v2.xml
  2. 2
    2
      src/com/iciql/Constants.java

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


+ 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 = "0.6.0-SNAPSHOT";
public static final String VERSION = "0.6.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 = "2011-08-05";
// 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