summaryrefslogtreecommitdiff
path: root/build_posix/aclocal
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-06-20 15:51:53 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-06-20 15:51:53 +1000
commitd22c483d3c9b5c40c68b37cf7d2c48f6fb742a66 (patch)
tree3f9ea9c58032aa2de91681c0fbe573f17bb6d0a4 /build_posix/aclocal
parent8896c8d450ff08052d22928dee7c6faad535cf48 (diff)
downloadmongo-d22c483d3c9b5c40c68b37cf7d2c48f6fb742a66.tar.gz
Cut bugfix release 1.2.2.
Diffstat (limited to 'build_posix/aclocal')
-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 6fec543f420..849cdfa2331 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=1
VERSION_MINOR=2
-VERSION_PATCH=1
-VERSION_STRING='"WiredTiger 1.2.1: (June 15, 2012)"'
+VERSION_PATCH=2
+VERSION_STRING='"WiredTiger 1.2.2: (June 20, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 024be07fed4..f1371d549a6 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
-1.2.1
+1.2.2