diff options
author | marha <marha@users.sourceforge.net> | 2010-05-12 13:03:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-05-12 13:03:33 +0000 |
commit | 6b29aa4559aeb6f795caee047561654bfa0a1954 (patch) | |
tree | b0bc1fac200bc4ed6d17c9932bf03e1ce97be7b5 /xorg-server/installer | |
parent | 6ae12ffad7479f690b5780213e8b52df6bbd15e6 (diff) | |
download | vcxsrv-6b29aa4559aeb6f795caee047561654bfa0a1954.tar.gz vcxsrv-6b29aa4559aeb6f795caee047561654bfa0a1954.tar.bz2 vcxsrv-6b29aa4559aeb6f795caee047561654bfa0a1954.zip |
Increased version number
Diffstat (limited to 'xorg-server/installer')
-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 440b3cb50..6a0f18896 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.0.installer.exe"
+OutFile "vcxsrv.1.8.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|