summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-11-19 12:25:22 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-11-19 12:25:22 +1100
commit0c20e8a05ecca6a39391305cd58e5c19d3f980ee (patch)
tree51b685409c5376d5f505c38a4f5aeb26c20c1895
parentce2aba7d91f5b6daa4fff4b484fed4783f45484f (diff)
downloadmongo-0c20e8a05ecca6a39391305cd58e5c19d3f980ee.tar.gz
Bump release in develop branch to 1.6.7
-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