diff options
author | marha <marha@users.sourceforge.net> | 2014-03-25 18:15:51 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-03-25 18:15:51 +0100 |
commit | bf0cbcc1d00962ef2221cb4ceae87cc5ae737454 (patch) | |
tree | 94f87199e79c971276987b504c1f4641ea42e6cc /xorg-server/installer | |
parent | cd9a6bd6dd3acdebd091fabbe9382e0831362ab1 (diff) | |
download | vcxsrv-bf0cbcc1d00962ef2221cb4ceae87cc5ae737454.tar.gz vcxsrv-bf0cbcc1d00962ef2221cb4ceae87cc5ae737454.tar.bz2 vcxsrv-bf0cbcc1d00962ef2221cb4ceae87cc5ae737454.zip |
Increased version to 1.15.01.15.0
Diffstat (limited to 'xorg-server/installer')
-rw-r--r-- | xorg-server/installer/vcxsrv-64-debug.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi index 3f0941533..423804779 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64-debug.1.14.5.installer.exe"
+OutFile "vcxsrv-64-debug.1.15.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index 1a32aa9fd..eb9d0c6e9 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -21,7 +21,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64.1.14.5.installer.exe"
+OutFile "vcxsrv-64.1.15.0.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index cfd8aaf4d..9488d4111 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.14.5.installer.exe"
+OutFile "vcxsrv-debug.1.15.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index be8deafaf..46a56d56a 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.14.5.installer.exe"
+OutFile "vcxsrv.1.15.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
|