summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKelsey Schubert <kelsey@mongodb.com>2018-05-09 15:41:07 -0400
committerKelsey Schubert <kelsey@mongodb.com>2018-05-09 15:44:33 -0400
commit1b635fe616b56f9b5a0737d39f9c3a25ee0165e1 (patch)
tree1f18c54fc3449d69e3d4a6b6193e2b61ae5b6bc6 /src
parenta8a066c2282d6d916d5aa44d6ce4d8024b7bd5ae (diff)
downloadmongo-1b635fe616b56f9b5a0737d39f9c3a25ee0165e1.tar.gz
SERVER-34909 MSI upgrade codes for 3.7 should apply to 4.0
Diffstat (limited to 'src')
-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 f1879edb021..f4a8b55b1ec 100644
--- a/src/mongo/installer/msi/SConscript
+++ b/src/mongo/installer/msi/SConscript
@@ -89,7 +89,7 @@ major_version = "%s.%s" % (mv[0], mv[1])
# It allows upgrade from 3.2.0 to 3.2.1 in place instead of side-by-side.
# 3. Update the check for the next major release below so we bump the GUIDs in the future.
#
-if float(major_version) > 3.8:
+if float(major_version) > 4.0:
# If you are troubleshooting this error, see the comment above
env.FatalError("The upgrade codes are out of date for this release. Please \n" +
"replace the existing GUIDs listed in this file with new GUIDs so " +