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 315cf95234f..fcdd48f203e 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=2
-VERSION_MINOR=3
-VERSION_PATCH=2
-VERSION_STRING='"WiredTiger 2.3.2: (August 14, 2014)"'
+VERSION_MINOR=4
+VERSION_PATCH=0
+VERSION_STRING='"WiredTiger 2.4.0: (October 16, 2014)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
-VERSION_NOPATCH=2.3
+VERSION_NOPATCH=2.4
AC_SUBST(VERSION_NOPATCH)