Browse Source

Prepare 0.7.1 release

tags/v0.7.1^0
James Moger 12 years ago
parent
commit
ba323f66e1
3 changed files with 5919 additions and 3 deletions
  1. 5916
    0
      api/v7.xml
  2. 1
    1
      build.xml
  3. 2
    2
      src/com/iciql/Constants.java

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


+ 1
- 1
build.xml View File

@@ -328,7 +328,7 @@
projectname="iciql"
filename="${distribution.zip}"
targetfilename="iciql-${iq.version}.zip"
summary="Version ${iq.version} -- library, sources, javadoc, and docs"
summary="Version ${iq.version} -- library, sources, and javadoc"
labels="Featured, Type-Package, OpSys-All" />
<gcupload

+ 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.7.1-SNAPSHOT";
public static final String VERSION = "0.7.1";
// 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-31";
// 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