summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-10-01 20:53:59 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-10-01 20:53:59 -0400
commitf91eda0933de561518185941dff11e7591454f57 (patch)
tree159bbbaa8871189de33ca141266d8c64c6d2ea99 /lang/python
parent3b88012f4340a9bad62495dec36c80fe063e5e4c (diff)
downloadmongo-f91eda0933de561518185941dff11e7591454f57.tar.gz
Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild default
folder.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/setup.py b/lang/python/setup.py
index 1057006ce50..7d99c872bc3 100644
--- a/lang/python/setup.py
+++ b/lang/python/setup.py
@@ -39,8 +39,8 @@ extra_cflags = [ '-w' ]
dir = os.path.dirname(__file__)
-# Read the version information from the RELEASE file
-for l in open(os.path.join(dir, '..', '..', 'RELEASE')):
+# Read the version information from the RELEASE_INFO file
+for l in open(os.path.join(dir, '..', '..', 'RELEASE_INFO')):
if re.match(r'WIREDTIGER_VERSION_(?:MAJOR|MINOR|PATCH)=', l):
exec(l)