diff options
author | marha <marha@users.sourceforge.net> | 2010-06-16 15:54:28 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-06-16 15:54:28 +0000 |
commit | ed16af1abc515d7cc3ff9c5794aef89551fe7494 (patch) | |
tree | 4c1890d8d246c08775905dc522af742d5b864f5f /xorg-server/installer/vcxsrv.nsi | |
parent | 1a4844148466b7f3b61ecf348fe3248fdbc08130 (diff) | |
download | vcxsrv-ed16af1abc515d7cc3ff9c5794aef89551fe7494.tar.gz vcxsrv-ed16af1abc515d7cc3ff9c5794aef89551fe7494.tar.bz2 vcxsrv-ed16af1abc515d7cc3ff9c5794aef89551fe7494.zip |
Bumped to verson 1.8.99.901
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 21d9b6aba..7335601f2 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.8.1.1.installer.exe"
+OutFile "vcxsrv.1.8.99.901.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|