summaryrefslogtreecommitdiff
path: root/src/mongo/installer
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-05-21 14:15:43 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-05-21 14:15:43 -0400
commit2ce0a91ec6c28f6c4b401b852a157977b709840e (patch)
tree46643170942d497991d100664006b812d37dab50 /src/mongo/installer
parentc19715f0411f834e761128e64ec24488997383e6 (diff)
downloadmongo-2ce0a91ec6c28f6c4b401b852a157977b709840e.tar.gz
SERVER-17782 SERVER-17329 Improve versioning and add distsrc to SCons
Diffstat (limited to 'src/mongo/installer')
-rw-r--r--src/mongo/installer/msi/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/installer/msi/SConscript b/src/mongo/installer/msi/SConscript
index b6f686908c4..948193bae6b 100644
--- a/src/mongo/installer/msi/SConscript
+++ b/src/mongo/installer/msi/SConscript
@@ -80,7 +80,7 @@ else:
sources = ["wxs/" + file for file in sourcesList]
objects = ["$BUILD_DIR/msi/" + file.replace(".wxs", ".wixobj") for file in sourcesList]
-full_version = env['MONGO_CODE_VERSION'].partition('-')[0]
+full_version = env['MONGO_VERSION'].partition('-')[0]
# major version is the x.y, not the x.y.z
major_version = full_version