From f91eda0933de561518185941dff11e7591454f57 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 1 Oct 2014 20:53:59 -0400 Subject: Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild default folder. --- lang/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') 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) -- cgit v1.2.1