summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-04-22 17:21:15 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2015-04-22 17:21:15 +1000
commit9344a30652a6b93b47b24f19a004985b2dca6149 (patch)
tree949abac5be44b5cf9d113b5cf07540117e7109e5
parentbec4c5c569b0540ca6fd680320cef8b25eb76a72 (diff)
downloadmongo-9344a30652a6b93b47b24f19a004985b2dca6149.tar.gz
Bump release tag on develop branch to 2.6.0
-rw-r--r--README6
-rw-r--r--RELEASE_INFO4
-rw-r--r--build_posix/aclocal/version-set.m48
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--dist/package/wiredtiger.spec2
5 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 650546711db..8f05afd0a56 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.5.3: (April 22, 2015)
+WiredTiger 2.6.0: (April 22, 2015)
-This is version 2.5.3 of WiredTiger.
+This is version 2.6.0 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.5.3/install.html
+ http://source.wiredtiger.com/2.6.0/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE_INFO b/RELEASE_INFO
index e19e825e64a..e984a0709fc 100644
--- a/RELEASE_INFO
+++ b/RELEASE_INFO
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
-WIREDTIGER_VERSION_MINOR=5
-WIREDTIGER_VERSION_PATCH=3
+WIREDTIGER_VERSION_MINOR=6
+WIREDTIGER_VERSION_PATCH=0
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 e12e227c8b7..af888b66468 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=5
-VERSION_PATCH=3
-VERSION_STRING='"WiredTiger 2.5.3: (April 22, 2015)"'
+VERSION_MINOR=6
+VERSION_PATCH=0
+VERSION_STRING='"WiredTiger 2.6.0: (April 22, 2015)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
-VERSION_NOPATCH=2.5
+VERSION_NOPATCH=2.6
AC_SUBST(VERSION_NOPATCH)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 94a84e72955..773cd0742cb 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.5.3
+2.6.0
diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec
index 904de45895d..d84528e5c64 100644
--- a/dist/package/wiredtiger.spec
+++ b/dist/package/wiredtiger.spec
@@ -1,5 +1,5 @@
Name: wiredtiger
-Version: 2.5.3
+Version: 2.6.0
Release: 1%{?dist}
Summary: WiredTiger data storage engine