diff --git a/build.properties b/build.properties
index cb76f108..557ef204 100644
--- a/build.properties
+++ b/build.properties
@@ -6,7 +6,7 @@
PROJECT: openseadragon
BUILD_MAJOR: 0
BUILD_MINOR: 9
-BUILD_ID: 64
+BUILD_ID: 65
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
diff --git a/build.xml b/build.xml
index e948866c..c2742117 100644
--- a/build.xml
+++ b/build.xml
@@ -35,6 +35,7 @@
- The LIP format is implied by a tile source specified as a string - and which does not have the .js extension. The legacy image - pyramid format does not currently have an xml serialization. + The LIP format is implied by a tile source specified as a string (URL) + and which does not have the .js extension. The information + is loaded via AJAX and inspection of the content of the url is used to + determine if it is JSON or XML formatted.
+ A tile source collections is really just another way of viewing a + sequence of tile sources, though instead of viewing one at a time + the user is able to view many tile sources at the same time. At this + point in time it supports a matrix layout of N by M rows. +
++The relevant configuration options are shown below. Note the value for the options +are the id of the element on the page to bind the button's action to. +
+ ++ TODO ++ +
+ This example demonstrates the configuration options which enable a vertical + scrolling image reference strip. +
++TODO +
\ No newline at end of file