diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-10-01 20:53:59 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-10-01 20:53:59 -0400 |
commit | f91eda0933de561518185941dff11e7591454f57 (patch) | |
tree | 159bbbaa8871189de33ca141266d8c64c6d2ea99 /RELEASE | |
parent | 3b88012f4340a9bad62495dec36c80fe063e5e4c (diff) | |
download | mongo-f91eda0933de561518185941dff11e7591454f57.tar.gz |
Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild default
folder.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/RELEASE b/RELEASE deleted file mode 100644 index ae610872b6d..00000000000 --- a/RELEASE +++ /dev/null @@ -1,10 +0,0 @@ -WIREDTIGER_VERSION_MAJOR=2 -WIREDTIGER_VERSION_MINOR=3 -WIREDTIGER_VERSION_PATCH=2 -WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH" - -WIREDTIGER_RELEASE_DATE=`date "+%B %e, %Y"` - -WIREDTIGER_VERSION_STRING="WiredTiger $WIREDTIGER_VERSION: ($WIREDTIGER_RELEASE_DATE)" - -WIREDTIGER_VERSION_UNIQUE_NAME=`printf "_%d%03d" $WIREDTIGER_VERSION_MAJOR $WIREDTIGER_VERSION_MINOR` |