diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-02-28 07:49:50 -0500 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-02-28 07:49:50 -0500 |
commit | da4484e53f2a4661e9df43c90aad4b52c2ffc0c2 (patch) | |
tree | 1312d1a7d934e3898ebb7e239b96acbd62174fcb /xorg-server/installer/vcxsrv-64.nsi | |
parent | 09ac38dd180aa004f2eeab904f7116abe044ff35 (diff) | |
download | vcxsrv-da4484e53f2a4661e9df43c90aad4b52c2ffc0c2.tar.gz vcxsrv-da4484e53f2a4661e9df43c90aad4b52c2ffc0c2.tar.bz2 vcxsrv-da4484e53f2a4661e9df43c90aad4b52c2ffc0c2.zip |
Increase version string to 1.15.2.4
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 f3f52f7a6..93001a426 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.3.installer.exe"
+OutFile "vcxsrv-xp-64.1.15.2.4.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
|