diff options
| author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-03 13:56:10 +1100 |
|---|---|---|
| committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-03 13:56:10 +1100 |
| commit | 39935279cf4a63490604d834ecba8b076fabf030 (patch) | |
| tree | 0e86aff29bac40694f3f66ee93e85997ea8f1d9f /dist | |
| parent | 180b9a6dfa1d6d3be2d9cae238259bdaf691512f (diff) | |
Update to 1.0release-1.01.0.0
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/RELEASE | 4 | ||||
| -rw-r--r-- | dist/s_readme | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dist/RELEASE b/dist/RELEASE index 78e09485d0a..476f62a4466 100644 --- a/dist/RELEASE +++ b/dist/RELEASE @@ -1,5 +1,5 @@ -WIREDTIGER_VERSION_MAJOR=0 -WIREDTIGER_VERSION_MINOR=10 +WIREDTIGER_VERSION_MAJOR=1 +WIREDTIGER_VERSION_MINOR=0 WIREDTIGER_VERSION_PATCH=0 WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH" diff --git a/dist/s_readme b/dist/s_readme index c348baf4049..22286d59a8b 100644 --- a/dist/s_readme +++ b/dist/s_readme @@ -20,8 +20,11 @@ This is version $WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_ See the file LICENSE for redistribution information. -To view release and installation documentation, open docs/index.html -in your web browser. +To view release and installation documentation, open + + http://source.wiredtiger.com/ + +or docs/index.html in your web browser. To build in a POSIX environment (for example, Linux or other UNIX-like system), run: |
