diff options
author | Ramon Fernandez <ramon.fernandez@mongodb.com> | 2015-01-22 19:06:55 -0500 |
---|---|---|
committer | Ramon Fernandez <ramon.fernandez@mongodb.com> | 2015-01-22 19:06:55 -0500 |
commit | dadbe696a8dc603a5014068f8b63eee17e259ff0 (patch) | |
tree | c9862491ce1bf36c1ef959ab6b2632d18f9a510e /src/mongo/installer | |
parent | c2756268ceba90afbc05e26875899c6e468e854b (diff) | |
download | mongo-dadbe696a8dc603a5014068f8b63eee17e259ff0.tar.gz |
Changes all relevant instances of 2.8 to 3.0
Diffstat (limited to 'src/mongo/installer')
-rw-r--r-- | src/mongo/installer/msi/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/installer/msi/SConscript b/src/mongo/installer/msi/SConscript index 795cf9cceba..6468bd9d155 100644 --- a/src/mongo/installer/msi/SConscript +++ b/src/mongo/installer/msi/SConscript @@ -94,7 +94,7 @@ major_version = "%s.%s" % (mv[0], mv[1]) # (msi_edition, msi_platform, msi_flavor) combination # and change MSI ProductId on minor updates, 2.6.0 -> 2.6.1, we let Wix do automatic # GUID generation for us rather then build a database of GUIDs in our build system -# For major updates, we are going to create a new directory/productid/upgrade_code ie, 2.6 -> 2.8 +# For major updates, we are going to create a new directory/productid/upgrade_code ie, 2.6 -> 3.0 # candle: compile .wxs files into .wixobjs |