diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2014-10-16 14:40:43 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2014-10-16 14:40:43 +1100 |
commit | 1971d0b951a90315ca99bc19f1b66813dc29f3fe (patch) | |
tree | 0004b122ffd10018727f8f7fd30daf3c51537753 | |
parent | db48820c143da11aff71c82c5aeb1031f6148fe9 (diff) | |
download | mongo-1971d0b951a90315ca99bc19f1b66813dc29f3fe.tar.gz |
Cut release 2.4.0
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | RELEASE_INFO | 2 | ||||
-rw-r--r-- | build_posix/aclocal/version-set.m4 | 6 | ||||
-rw-r--r-- | build_posix/aclocal/version.m4 | 2 | ||||
-rw-r--r-- | dist/package/wiredtiger.spec | 2 |
5 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ -WiredTiger 2.3.2: (August 14, 2014) +WiredTiger 2.4.2: (October 16, 2014) -This is version 2.3.2 of WiredTiger. +This is version 2.4.2 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/2.3.2/install.html + http://source.wiredtiger.com/2.4.2/install.html WiredTiger licensing information can be found at: diff --git a/RELEASE_INFO b/RELEASE_INFO index ae610872b6d..b9c46a5ce5c 100644 --- a/RELEASE_INFO +++ b/RELEASE_INFO @@ -1,5 +1,5 @@ WIREDTIGER_VERSION_MAJOR=2 -WIREDTIGER_VERSION_MINOR=3 +WIREDTIGER_VERSION_MINOR=4 WIREDTIGER_VERSION_PATCH=2 WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH" diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4 index 315cf95234f..0a666b868e0 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_MINOR=4 VERSION_PATCH=2 -VERSION_STRING='"WiredTiger 2.3.2: (August 14, 2014)"' +VERSION_STRING='"WiredTiger 2.4.2: (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) diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4 index 4c70bdbae16..439d4d2675a 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 -2.3.2 +2.4.2 diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec index 8f9bf79eda7..54d83797f4e 100644 --- a/dist/package/wiredtiger.spec +++ b/dist/package/wiredtiger.spec @@ -1,5 +1,5 @@ Name: wiredtiger -Version: 2.3.2 +Version: 2.4.2 Release: 1%{?dist} Summary: WiredTiger data storage engine |