From e80c7b2d41f06328690bebec88dd9f08cb89e549 Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Thu, 4 Jun 2015 15:16:34 +1000 Subject: Bump release version on develop to 2.6.2 --- README | 6 +++--- RELEASE_INFO | 2 +- build_posix/aclocal/version-set.m4 | 4 ++-- build_posix/aclocal/version.m4 | 2 +- dist/package/wiredtiger.spec | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index f2af5b2eb16..c30b210029d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -WiredTiger 2.6.1: (June 4, 2015) +WiredTiger 2.6.2: (June 4, 2015) -This is version 2.6.1 of WiredTiger. +This is version 2.6.2 of WiredTiger. WiredTiger release packages and documentation can be found at: @@ -8,7 +8,7 @@ WiredTiger release packages and documentation can be found at: The documentation for this specific release can be found at: - http://source.wiredtiger.com/2.6.1/index.html + http://source.wiredtiger.com/2.6.2/index.html The WiredTiger source code can be found at: diff --git a/RELEASE_INFO b/RELEASE_INFO index 92b831dc3de..a178c2e40fb 100644 --- a/RELEASE_INFO +++ b/RELEASE_INFO @@ -1,6 +1,6 @@ WIREDTIGER_VERSION_MAJOR=2 WIREDTIGER_VERSION_MINOR=6 -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 98cdbbea108..cec54f5e842 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=1 -VERSION_STRING='"WiredTiger 2.6.1: (June 4, 2015)"' +VERSION_PATCH=2 +VERSION_STRING='"WiredTiger 2.6.2: (June 4, 2015)"' AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4 index f6524764dcd..4a4f3427df7 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.1 +2.6.2 diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec index d05ee998661..722bb5d946e 100644 --- a/dist/package/wiredtiger.spec +++ b/dist/package/wiredtiger.spec @@ -1,5 +1,5 @@ Name: wiredtiger -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Summary: WiredTiger data storage engine -- cgit v1.2.1