diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-01-10 12:06:04 -0500 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-01-10 12:06:04 -0500 |
commit | 15915c262c1334282d0ab2a3fdb2c416e91b51cf (patch) | |
tree | b35ac657a3b7a1308978b90050cacf84957aeeab /xorg-server/installer/vcxsrv-64.nsi | |
parent | 0f3cca7b69ea6711c8f1963eb213ce8f1629091f (diff) | |
download | vcxsrv-15915c262c1334282d0ab2a3fdb2c416e91b51cf.tar.gz vcxsrv-15915c262c1334282d0ab2a3fdb2c416e91b51cf.tar.bz2 vcxsrv-15915c262c1334282d0ab2a3fdb2c416e91b51cf.zip |
Increase version string to 1.15.2.2-xp+vc2013
Diffstat (limited to 'xorg-server/installer/vcxsrv-64.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index 762ad5439..33ca0416d 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv-xp-64.1.15.2.1.installer.exe"
+OutFile "vcxsrv-xp-64.1.15.2.2.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
|