diff options
author | marha <marha@users.sourceforge.net> | 2014-05-01 23:26:26 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-05-01 23:26:26 +0200 |
commit | 2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f (patch) | |
tree | 709ad1eb3e3afcff3fb34fe8b7cb43f1460c495e /xorg-server/installer/vcxsrv-debug.nsi | |
parent | 72c84d16dcb5acff57a408388703baf94916105f (diff) | |
download | vcxsrv-1.15.0.2.tar.gz vcxsrv-1.15.0.2.tar.bz2 vcxsrv-1.15.0.2.zip |
Increase version to 1.15.0.21.15.0.2
Diffstat (limited to 'xorg-server/installer/vcxsrv-debug.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index d9e1c652f..e8bddd162 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-debug.1.15.0.1.installer.exe"
+OutFile "vcxsrv-debug.1.15.0.2.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
|