summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPradyuman <meetupradyuman@gmail.com>2018-11-15 21:59:14 +0530
committerBe <be@mixxx.org>2018-11-20 09:36:31 -0600
commit2a742e8f11dc4074cc50317b4f9b9db3d1b57424 (patch)
tree2dbef33c72956e074cc05151f23d3150788c8aa6 /build
parenta108cb0a0ac2d8ac3160bd8a78afe3768b783675 (diff)
Updated 501 to 601
Diffstat (limited to 'build')
-rw-r--r--build/wix/mixxx.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/wix/mixxx.wxs b/build/wix/mixxx.wxs
index 2dad86e3e5..e03c87ab79 100644
--- a/build/wix/mixxx.wxs
+++ b/build/wix/mixxx.wxs
@@ -220,7 +220,7 @@
<!-- minimum OS version check disabled for now because we do not want to enforce installing mixxx on older systems.
Anyway, we display a warning message when installing on XP and below -->
<Condition Message="!(loc.OS2Old)">
- <![CDATA[Installed OR (VersionNT >= 501)]]>
+ <![CDATA[Installed OR (VersionNT >= 601)]]>
</Condition>