diff options
author | marha <marha@users.sourceforge.net> | 2010-10-16 16:45:54 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-10-16 16:45:54 +0000 |
commit | 057471268f10a87f27bda540049c83efcde43689 (patch) | |
tree | 9102564fd4ba49c5bca5e2bb45d468cbecf7d632 /xorg-server/installer | |
parent | 579eaaac4679bf78b1d987a56f4a24e7cf616368 (diff) | |
download | vcxsrv-057471268f10a87f27bda540049c83efcde43689.tar.gz vcxsrv-057471268f10a87f27bda540049c83efcde43689.tar.bz2 vcxsrv-057471268f10a87f27bda540049c83efcde43689.zip |
New version 1.9.0.902
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 e1f22cced..4f54ea1df 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -21,7 +21,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv.1.9.0.2.installer.exe"
+OutFile "vcxsrv.1.9.0.902.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|