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 866a7935731..3c883a8655b 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 1.6.6: (November 19, 2013)
+WiredTiger 1.6.7: (November 19, 2013)
-This is version 1.6.6 of WiredTiger.
+This is version 1.6.7 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.6/install.html
+ http://source.wiredtiger.com/1.6.7/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE b/RELEASE
index 66190c16732..0cee91f070a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=1
WIREDTIGER_VERSION_MINOR=6
-WIREDTIGER_VERSION_PATCH=6
+WIREDTIGER_VERSION_PATCH=7
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 b32a67878bd..2ba2eba05aa 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=6
-VERSION_STRING='"WiredTiger 1.6.6: (November 19, 2013)"'
+VERSION_PATCH=7
+VERSION_STRING='"WiredTiger 1.6.7: (November 19, 2013)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 5fdb5b82c71..111b8306a5e 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.6
+1.6.7