summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--build_posix/aclocal/version-set.m48
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--dist/RELEASE4
-rw-r--r--dist/s_readme7
5 files changed, 15 insertions, 12 deletions
diff --git a/README b/README
index 610745b4f2e..4f06091232c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 0.10.0: (January 13, 2012)
+WiredTiger 1.0.0: (February 3, 2012)
-This is version 0.10.0 of WiredTiger.
+This is version 1.0.0 of WiredTiger.
See the file LICENSE for redistribution information.
@@ -8,7 +8,7 @@ To view release and installation documentation, open
http://source.wiredtiger.com/
-in your web browser.
+or docs/index.html in your web browser.
To build in a POSIX environment (for example, Linux or other UNIX-like
system), run:
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index f808f217b61..d04b5d1559c 100644
--- a/build_posix/aclocal/version-set.m4
+++ b/build_posix/aclocal/version-set.m4
@@ -1,14 +1,14 @@
dnl build by dist/s_version
-VERSION_MAJOR=0
-VERSION_MINOR=10
+VERSION_MAJOR=1
+VERSION_MINOR=0
VERSION_PATCH=0
-VERSION_STRING='"WiredTiger 0.10.0: (January 13, 2012)"'
+VERSION_STRING='"WiredTiger 1.0.0: (February 3, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
-VERSION_NOPATCH=0.10
+VERSION_NOPATCH=1.0
AC_SUBST(VERSION_NOPATCH)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index d134cf15fad..41b058aeebd 100644
--- a/build_posix/aclocal/version.m4
+++ b/build_posix/aclocal/version.m4
@@ -1,2 +1,2 @@
dnl WiredTiger product version for AC_INIT. Maintained by dist/s_version
-0.10.0
+1.0.0
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: