diff options
author | marha <marha@users.sourceforge.net> | 2009-09-21 11:48:26 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-21 11:48:26 +0000 |
commit | 788c86613cdb5a5106c30c7193746a74e886b044 (patch) | |
tree | 9006ebb38b27f39aa9eac3626742468fe68c8a46 /xorg-server/installer | |
parent | 6341b97eda007223acfe2f7a64dc2c5718867e0a (diff) | |
download | vcxsrv-788c86613cdb5a5106c30c7193746a74e886b044.tar.gz vcxsrv-788c86613cdb5a5106c30c7193746a74e886b044.tar.bz2 vcxsrv-788c86613cdb5a5106c30c7193746a74e886b044.zip |
Increased version number
Diffstat (limited to 'xorg-server/installer')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 162560b12..e96408101 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -11,7 +11,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv.1.1.0.installer.exe"
+OutFile "vcxsrv.1.1.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|