summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2014-10-06 16:25:41 -0400
committerDon Anderson <dda@ddanderson.com>2014-10-06 16:25:41 -0400
commitd58ed29829d3cf592817a2cea553f862ce9814c7 (patch)
treeb3241ddc9db0570740ea3471f4d564c6b9ba5587 /lang
parent84be8984da331e0b67b0003eb67108ad34ba0bd5 (diff)
parent78ea3ae2afac224cfa1ea34fde36244eb1bd6f21 (diff)
downloadmongo-d58ed29829d3cf592817a2cea553f862ce9814c7.tar.gz
Merge branch 'develop' into java-doc-examples
Diffstat (limited to 'lang')
-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)