diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2014-11-06 15:54:51 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2014-11-06 15:54:51 +1100 |
commit | b015db1e4f868e572b0fb57f89f7f4920904e6ec (patch) | |
tree | 8548a60bb8d85ee0846c4f77b175ecbb49dec2f3 | |
parent | ee7388e1f5f23dff724846920af4ce2f57759878 (diff) | |
download | mongo-b015db1e4f868e572b0fb57f89f7f4920904e6ec.tar.gz |
Bump release version to 2.4.2 on develop branch.
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | RELEASE_INFO | 2 | ||||
-rw-r--r-- | build_posix/aclocal/version-set.m4 | 4 | ||||
-rw-r--r-- | build_posix/aclocal/version.m4 | 2 | ||||
-rw-r--r-- | dist/package/wiredtiger.spec | 2 | ||||
-rw-r--r-- | src/docs/top/main.dox | 6 |
6 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ -WiredTiger 2.4.1: (October 16, 2014) +WiredTiger 2.4.2: (November 6, 2014) -This is version 2.4.1 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.4.1/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 d0536282f61..b9c46a5ce5c 100644 --- a/RELEASE_INFO +++ b/RELEASE_INFO @@ -1,6 +1,6 @@ WIREDTIGER_VERSION_MAJOR=2 WIREDTIGER_VERSION_MINOR=4 -WIREDTIGER_VERSION_PATCH=1 +WIREDTIGER_VERSION_PATCH=2 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 07afcc3dbb6..5139880a8b9 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=2 VERSION_MINOR=4 -VERSION_PATCH=1 -VERSION_STRING='"WiredTiger 2.4.1: (October 16, 2014)"' +VERSION_PATCH=2 +VERSION_STRING='"WiredTiger 2.4.2: (November 6, 2014)"' AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4 index 70d75bc85ba..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.4.1 +2.4.2 diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec index 4925672a3ba..54d83797f4e 100644 --- a/dist/package/wiredtiger.spec +++ b/dist/package/wiredtiger.spec @@ -1,5 +1,5 @@ Name: wiredtiger -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?dist} Summary: WiredTiger data storage engine diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox index ea74990952b..7fd04457ec9 100644 --- a/src/docs/top/main.dox +++ b/src/docs/top/main.dox @@ -6,9 +6,9 @@ WiredTiger is an high performance, scalable, production quality, NoSQL, @section releases Releases <table> -@row{<b>WiredTiger 2.4.0</b> (current), - <a href="releases/wiredtiger-2.4.0.tar.bz2"><b>[Release package]</b></a>, - <a href="2.4.0/index.html"><b>[Documentation]</b></a>} +@row{<b>WiredTiger 2.4.1</b> (current), + <a href="releases/wiredtiger-2.4.1.tar.bz2"><b>[Release package]</b></a>, + <a href="2.4.1/index.html"><b>[Documentation]</b></a>} @row{<b>WiredTiger 2.3.1</b> (previous), <a href="releases/wiredtiger-2.3.1.tar.bz2"><b>[Release package]</b></a>, <a href="2.3.1/index.html"><b>[Documentation]</b></a>} |