diff options
author | marha <marha@users.sourceforge.net> | 2009-09-25 08:44:12 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-25 08:44:12 +0000 |
commit | 47989aafe4f7ac855d8969da28e1e0222dfe8f2b (patch) | |
tree | 546f5662797e5a99d054a5a43930b99d010ed663 /xorg-server/installer/vcxsrv.nsi | |
parent | cc136e24f9b68f3c4114fad31ed0230ff45a89f4 (diff) | |
download | vcxsrv-47989aafe4f7ac855d8969da28e1e0222dfe8f2b.tar.gz vcxsrv-47989aafe4f7ac855d8969da28e1e0222dfe8f2b.tar.bz2 vcxsrv-47989aafe4f7ac855d8969da28e1e0222dfe8f2b.zip |
Switched to version 1.1.21.1.2
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-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 e96408101..6b66a4cd6 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.1.installer.exe"
+OutFile "vcxsrv.1.1.2.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|