summaryrefslogtreecommitdiff
path: root/build_posix/aclocal
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 /build_posix/aclocal
parenta71880879c4b98f49838613ef1fe6e243bc7a4fc (diff)
downloadmongo-c190862915d67b3a448ee4e1aad155b1a500137e.tar.gz
Rev the minor version number.
Diffstat (limited to 'build_posix/aclocal')
-rw-r--r--build_posix/aclocal/version-set.m46
-rw-r--r--build_posix/aclocal/version.m42
2 files changed, 4 insertions, 4 deletions
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