Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup/WixSetup/build.js')
-rw-r--r--setup/WixSetup/build.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/WixSetup/build.js b/setup/WixSetup/build.js
index 3948b0d871..fe59461f0f 100644
--- a/setup/WixSetup/build.js
+++ b/setup/WixSetup/build.js
@@ -1,7 +1,7 @@
var MAJOR_VERSION = 2;
var MINOR_VERSION = 4;
-var POINT_VERSION = 1;
-var BUILD_VERSION = 0;
+var POINT_VERSION = 9;
+var BUILD_VERSION = 1;
var sh = new ActiveXObject("WScript.Shell");
var fs = new ActiveXObject("Scripting.FileSystemObject");