summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-05-15 11:59:44 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2015-05-15 11:59:44 +1000
commit34991ce2de3c608f3ba1dba497bee9604e72c4a0 (patch)
tree918c5bf6b2387a57cada075a5803062fe4b4674a
parent615bf4d9c7964aee2ab79c3271dc50ebaf34c74b (diff)
downloadmongo-34991ce2de3c608f3ba1dba497bee9604e72c4a0.tar.gz
Bump release version to 2.6.1 on develop branch.
-rw-r--r--README6
-rw-r--r--RELEASE_INFO2
-rw-r--r--build_posix/aclocal/version-set.m44
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--dist/package/wiredtiger.spec2
-rw-r--r--src/docs/top/main.dox12
6 files changed, 14 insertions, 14 deletions
diff --git a/README b/README
index 7b1770c8e5a..5f7849fdf38 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.6.0: (May 15, 2015)
+WiredTiger 2.6.1: (May 15, 2015)
-This is version 2.6.0 of WiredTiger.
+This is version 2.6.1 of WiredTiger.
WiredTiger release packages and documentation can be found at:
@@ -15,7 +15,7 @@ Please do not report issues through GitHub.
Information on configuring, building and installing WiredTiger can be
found at:
- http://source.wiredtiger.com/2.6.0/install.html
+ http://source.wiredtiger.com/2.6.1/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE_INFO b/RELEASE_INFO
index e984a0709fc..92b831dc3de 100644
--- a/RELEASE_INFO
+++ b/RELEASE_INFO
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
WIREDTIGER_VERSION_MINOR=6
-WIREDTIGER_VERSION_PATCH=0
+WIREDTIGER_VERSION_PATCH=1
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 f28910469ec..9115a647042 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=6
-VERSION_PATCH=0
-VERSION_STRING='"WiredTiger 2.6.0: (May 15, 2015)"'
+VERSION_PATCH=1
+VERSION_STRING='"WiredTiger 2.6.1: (May 15, 2015)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 773cd0742cb..f6524764dcd 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.6.0
+2.6.1
diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec
index d84528e5c64..d05ee998661 100644
--- a/dist/package/wiredtiger.spec
+++ b/dist/package/wiredtiger.spec
@@ -1,5 +1,5 @@
Name: wiredtiger
-Version: 2.6.0
+Version: 2.6.1
Release: 1%{?dist}
Summary: WiredTiger data storage engine
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index 75bf6644393..2c014ec3984 100644
--- a/src/docs/top/main.dox
+++ b/src/docs/top/main.dox
@@ -6,12 +6,12 @@ WiredTiger is an high performance, scalable, production quality, NoSQL,
@section releases Releases
<table>
-@row{<b>WiredTiger 2.5.2</b> (current),
- <a href="releases/wiredtiger-2.5.2.tar.bz2"><b>[Release package]</b></a>,
- <a href="2.5.2/index.html"><b>[Documentation]</b></a>}
-@row{<b>WiredTiger 2.4.1</b> (previous),
- <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.6.0</b> (current),
+ <a href="releases/wiredtiger-2.6.0.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.6.0/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 2.5.3</b> (previous),
+ <a href="releases/wiredtiger-2.5.3.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.5.3/index.html"><b>[Documentation]</b></a>}
@row{<b>Development branch</b>,
<a href="https://github.com/wiredtiger/wiredtiger"><b>[Source code]</b></a>,
<a href="develop/index.html"><b>[Documentation]</b></a>}