summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2012-01-13 09:25:53 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2012-01-13 09:25:53 +0000
commitc190862915d67b3a448ee4e1aad155b1a500137e (patch)
tree2c40530511bada6bd51e9dc67876bf10aba7c957
parenta71880879c4b98f49838613ef1fe6e243bc7a4fc (diff)
downloadmongo-c190862915d67b3a448ee4e1aad155b1a500137e.tar.gz
Rev the minor version number.
-rw-r--r--README4
-rw-r--r--build_posix/aclocal/version-set.m46
-rw-r--r--build_posix/aclocal/version.m42
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 2fa929070a8..40a905b979e 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 0.9.0: (September 20, 2011)
+WiredTiger 0.10.0: (January 13, 2012)
-This is version 0.9.0 of WiredTiger.
+This is version 0.10.0 of WiredTiger.
See the file LICENSE for redistribution information.
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index 65373cac99e..f808f217b61 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=9
+VERSION_MINOR=10
VERSION_PATCH=0
-VERSION_STRING='"WiredTiger 0.9.0: (September 20, 2011)"'
+VERSION_STRING='"WiredTiger 0.10.0: (January 13, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
-VERSION_NOPATCH=0.9
+VERSION_NOPATCH=0.10
AC_SUBST(VERSION_NOPATCH)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 586b5b50265..d134cf15fad 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.9.0
+0.10.0