diff options
author | marha <marha@users.sourceforge.net> | 2011-11-18 15:46:46 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-11-18 15:46:46 +0100 |
commit | 16f3228e2ef8dca42f8b70adcd9cc70e33eacb68 (patch) | |
tree | e95296e00e36736aca7cda7f6ee911f51d34ff78 /xorg-server/installer/vcxsrv.nsi | |
parent | 8fa2e6f994cfbcba4640ec157f0a55b706207976 (diff) | |
download | vcxsrv-16f3228e2ef8dca42f8b70adcd9cc70e33eacb68.tar.gz vcxsrv-16f3228e2ef8dca42f8b70adcd9cc70e33eacb68.tar.bz2 vcxsrv-16f3228e2ef8dca42f8b70adcd9cc70e33eacb68.zip |
Bumped version to 1.11.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 8c199ff6d..ed0e7fe65 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.11.0.0.installer.exe"
+OutFile "vcxsrv.1.11.2.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|