summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--RELEASE2
-rw-r--r--build_posix/aclocal/version-set.m44
-rw-r--r--build_posix/aclocal/version.m42
4 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 19a74420ba1..6f49bc45081 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 1.6.4: (August 21, 2013)
+WiredTiger 1.6.5: (August 21, 2013)
-This is version 1.6.4 of WiredTiger.
+This is version 1.6.5 of WiredTiger.
WiredTiger release packages and documentation can be found at:
@@ -9,7 +9,7 @@ WiredTiger release packages and documentation can be found at:
Information on configuring, building and installing WiredTiger can be
found at:
- http://source.wiredtiger.com/1.6.4/install.html
+ http://source.wiredtiger.com/1.6.5/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE b/RELEASE
index d90a2786318..880c912e81f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=1
WIREDTIGER_VERSION_MINOR=6
-WIREDTIGER_VERSION_PATCH=4
+WIREDTIGER_VERSION_PATCH=5
WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH"
WIREDTIGER_RELEASE_DATE=`date "+%B %e, %Y"`
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index dbe87891e9c..877f4abea2b 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=6
-VERSION_PATCH=4
-VERSION_STRING='"WiredTiger 1.6.4: (August 21, 2013)"'
+VERSION_PATCH=5
+VERSION_STRING='"WiredTiger 1.6.5: (August 21, 2013)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 0b03655b933..23ad413156a 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.6.4
+1.6.5