diff options
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | RELEASE_INFO | 4 | ||||
-rw-r--r-- | build_posix/aclocal/version-set.m4 | 8 | ||||
-rw-r--r-- | build_posix/aclocal/version.m4 | 2 | ||||
-rw-r--r-- | dist/package/wiredtiger.spec | 2 |
5 files changed, 11 insertions, 11 deletions
@@ -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 |