summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-10-16 14:50:06 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-10-16 14:50:06 +1100
commit58d87478ee39a88a4399a32313951ca119e59eea (patch)
tree86e950d332d1ed0a61266567ea5f4cbed4e27c06
parent1971d0b951a90315ca99bc19f1b66813dc29f3fe (diff)
downloadmongo-58d87478ee39a88a4399a32313951ca119e59eea.tar.gz
Fixup release version for 2.4.0 release.
-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 17145d09ac8..5c7b470c3df 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.4.2: (October 16, 2014)
+WiredTiger 2.4.0: (October 16, 2014)
-This is version 2.4.2 of WiredTiger.
+This is version 2.4.0 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.4.2/install.html
+ http://source.wiredtiger.com/2.4.0/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE_INFO b/RELEASE_INFO
index b9c46a5ce5c..ea36c3271d5 100644
--- a/RELEASE_INFO
+++ b/RELEASE_INFO
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
WIREDTIGER_VERSION_MINOR=4
-WIREDTIGER_VERSION_PATCH=2
+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 0a666b868e0..fcdd48f203e 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=4
-VERSION_PATCH=2
-VERSION_STRING='"WiredTiger 2.4.2: (October 16, 2014)"'
+VERSION_PATCH=0
+VERSION_STRING='"WiredTiger 2.4.0: (October 16, 2014)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 439d4d2675a..23f3110ae01 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.4.2
+2.4.0
diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec
index 54d83797f4e..2179a975feb 100644
--- a/dist/package/wiredtiger.spec
+++ b/dist/package/wiredtiger.spec
@@ -1,5 +1,5 @@
Name: wiredtiger
-Version: 2.4.2
+Version: 2.4.0
Release: 1%{?dist}
Summary: WiredTiger data storage engine