summaryrefslogtreecommitdiff
path: root/build_posix/aclocal/version-set.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/aclocal/version-set.m4')
-rw-r--r--build_posix/aclocal/version-set.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index 244bffeae24..9750cf1547a 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=1
-VERSION_MINOR=1
-VERSION_PATCH=5
-VERSION_STRING='"WiredTiger 1.1.5: (April 26, 2012)"'
+VERSION_MINOR=2
+VERSION_PATCH=0
+VERSION_STRING='"WiredTiger 1.2.0: (June 4, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
-VERSION_NOPATCH=1.1
+VERSION_NOPATCH=1.2
AC_SUBST(VERSION_NOPATCH)