Browse Source

Also bump the version displayed in setup to 4.0.1. (the code in UpdateAssemblyInfo that automates this step isn't on the 4.0 branch)

4.0
Daniel Grunwald 15 years ago
parent
commit
2454f2902e
  1. 2
      src/Setup/Setup.wxs

2
src/Setup/Setup.wxs

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
UpgradeCode="D6355909-87E1-4CC7-81EF-3057D540A103"
Version="4.0.$(var.PRODUCTBUILDVERSION)">
<Package Description="SharpDevelop 4.0.0.$(var.PRODUCTBUILDVERSION)"
<Package Description="SharpDevelop 4.0.1.$(var.PRODUCTBUILDVERSION)"
InstallerVersion="300"
Compressed="yes"/>

Loading…
Cancel
Save