diff options
author | marha <marha@users.sourceforge.net> | 2011-09-05 09:27:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-05 09:27:33 +0200 |
commit | 5af82222499c6da9c77a7610b12ed21573c07e57 (patch) | |
tree | d9706d7dd1ba2c90253f3c4e97e37bd39f81a353 /xorg-server/installer/vcxsrv.nsi | |
parent | 51a003c23f4e27a826e56b0a3465d1e3e922d678 (diff) | |
download | vcxsrv-5af82222499c6da9c77a7610b12ed21573c07e57.tar.gz vcxsrv-5af82222499c6da9c77a7610b12ed21573c07e57.tar.bz2 vcxsrv-5af82222499c6da9c77a7610b12ed21573c07e57.zip |
Version bumped to 1.11.0.0
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 8ba22aa46..eb62af24e 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.10.3.1.installer.exe"
+OutFile "vcxsrv.1.11.0.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|