diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2014-10-18 21:15:00 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2014-10-18 21:21:27 -0400 |
commit | 13991a15faa9e5623e4b4fba8795bb7aac115dc9 (patch) | |
tree | 81f5cd5a6e30263e3aee581254143dde228a86e5 /xorg-server/installer/vcxsrv.nsi | |
parent | c4962abc9b5940cdd3bed920b19334fd269df31b (diff) | |
download | vcxsrv-13991a15faa9e5623e4b4fba8795bb7aac115dc9.tar.gz vcxsrv-13991a15faa9e5623e4b4fba8795bb7aac115dc9.tar.bz2 vcxsrv-13991a15faa9e5623e4b4fba8795bb7aac115dc9.zip |
Increase version string to 1.15.2.1-xp+vc2013+x2go1
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 e3b3f4562..12cf4bfe4 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv.1.15.2.0-xp+vc2013+x2go1.installer.exe"
+OutFile "vcxsrv.1.15.2.1-xp+vc2013+x2go1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
|