diff options
author | marha <marha@users.sourceforge.net> | 2012-03-30 07:53:44 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-30 07:53:44 +0200 |
commit | 1c740310663ee6c0ea58ad5af25f18a89985b21b (patch) | |
tree | 73d1f32e1161e402499f8c5fa405793ccefc0a58 /xorg-server/installer | |
parent | 9ea38169457d2b09d1b2c29fe45c85c616295a70 (diff) | |
download | vcxsrv-1c740310663ee6c0ea58ad5af25f18a89985b21b.tar.gz vcxsrv-1c740310663ee6c0ea58ad5af25f18a89985b21b.tar.bz2 vcxsrv-1c740310663ee6c0ea58ad5af25f18a89985b21b.zip |
Increased version to 1.12.0.0
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 15f87916f..97280fd44 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.4.0.installer.exe"
+OutFile "vcxsrv.1.12.0.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|