diff options
author | marha <marha@users.sourceforge.net> | 2011-02-16 20:38:31 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-16 20:38:31 +0000 |
commit | 53810445215dc45ae303bc89feb6e0aaf04aa6fa (patch) | |
tree | 710ad4cf009b95651c0bb83dd710d9d150b59c9b /xorg-server/installer/vcxsrv.nsi | |
parent | 41723858b0effb450ce946297e5a606bc7348be2 (diff) | |
download | vcxsrv-53810445215dc45ae303bc89feb6e0aaf04aa6fa.tar.gz vcxsrv-53810445215dc45ae303bc89feb6e0aaf04aa6fa.tar.bz2 vcxsrv-53810445215dc45ae303bc89feb6e0aaf04aa6fa.zip |
Increased version to 1.9.4.11.9.4.1
Added release note
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 358578840..037f0c9ff 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.4.0.installer.exe"
+OutFile "vcxsrv.1.9.4.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|