summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-03-24 13:58:27 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2015-03-24 13:58:27 +1100
commit37ac5345c5be9a59ed4ab57afcf64d8e07cb1a75 (patch)
treec430ff957619b9aa078641ea277bf9ac9e150a59
parentce8dd00a5e866c4d9c517a89f5bfc2f6ba7b9302 (diff)
downloadmongo-37ac5345c5be9a59ed4ab57afcf64d8e07cb1a75.tar.gz
Bump release version to 2.5.3 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
5 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index d89756c9f42..6cb0421f6dc 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.5.2: (March 9, 2015)
+WiredTiger 2.5.3: (March 24, 2015)
-This is version 2.5.2 of WiredTiger.
+This is version 2.5.3 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.5.2/install.html
+ http://source.wiredtiger.com/2.5.3/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE_INFO b/RELEASE_INFO
index ac5ff8ac028..e19e825e64a 100644
--- a/RELEASE_INFO
+++ b/RELEASE_INFO
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
WIREDTIGER_VERSION_MINOR=5
-WIREDTIGER_VERSION_PATCH=2
+WIREDTIGER_VERSION_PATCH=3
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 cbd389ea40d..d1102bb1e44 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=5
-VERSION_PATCH=2
-VERSION_STRING='"WiredTiger 2.5.2: (March 9, 2015)"'
+VERSION_PATCH=3
+VERSION_STRING='"WiredTiger 2.5.3: (March 24, 2015)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 340f77e5474..94a84e72955 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.2
+2.5.3
diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec
index 11eca316ffd..904de45895d 100644
--- a/dist/package/wiredtiger.spec
+++ b/dist/package/wiredtiger.spec
@@ -1,5 +1,5 @@
Name: wiredtiger
-Version: 2.5.2
+Version: 2.5.3
Release: 1%{?dist}
Summary: WiredTiger data storage engine