summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-08-14 13:08:53 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-08-14 13:08:53 +1000
commit5f2b9bb44a9ea727ac1bf8e1b9d5aa9e70741850 (patch)
tree8a104315d7ef3053ebaf9a9145e8dd6867c96130 /build_posix
parent1831ce607baf61939ddede382ee27e193fa1bbef (diff)
downloadmongo-5f2b9bb44a9ea727ac1bf8e1b9d5aa9e70741850.tar.gz
Fix ordering of releases in the documentation landing page.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/aclocal/version-set.m44
-rw-r--r--build_posix/aclocal/version.m42
2 files changed, 3 insertions, 3 deletions
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index 291ae33cccb..315cf95234f 100644
--- a/build_posix/aclocal/version-set.m4
+++ b/build_posix/aclocal/version-set.m4
@@ -2,8 +2,8 @@ dnl build by dist/s_version
VERSION_MAJOR=2
VERSION_MINOR=3
-VERSION_PATCH=1
-VERSION_STRING='"WiredTiger 2.3.1: (August 14, 2014)"'
+VERSION_PATCH=2
+VERSION_STRING='"WiredTiger 2.3.2: (August 14, 2014)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 59836b49a12..4c70bdbae16 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
-2.3.1
+2.3.2