diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2014-10-16 14:50:06 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2014-10-16 14:50:06 +1100 |
commit | 58d87478ee39a88a4399a32313951ca119e59eea (patch) | |
tree | 86e950d332d1ed0a61266567ea5f4cbed4e27c06 /RELEASE_INFO | |
parent | 1971d0b951a90315ca99bc19f1b66813dc29f3fe (diff) | |
download | mongo-58d87478ee39a88a4399a32313951ca119e59eea.tar.gz |
Fixup release version for 2.4.0 release.
Diffstat (limited to 'RELEASE_INFO')
-rw-r--r-- | RELEASE_INFO | 2 |
1 files changed, 1 insertions, 1 deletions
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"` |