diff options
| author | Mike DePaulo <mikedep333@gmail.com> | 2014-05-25 17:36:00 -0400 |
|---|---|---|
| committer | Mike DePaulo <mikedep333@gmail.com> | 2014-05-25 17:36:00 -0400 |
| commit | 4e79623d4753048cb0354428aafeaa73ebe6e8ee (patch) | |
| tree | d5effe6d6ce683e9ea64e810b0308098ccc8a75b /xorg-server/installer | |
| parent | 1729558907ffa075d870eaa70e982406bc6c64c1 (diff) | |
| download | vcxsrv-4e79623d4753048cb0354428aafeaa73ebe6e8ee.tar.gz vcxsrv-4e79623d4753048cb0354428aafeaa73ebe6e8ee.tar.bz2 vcxsrv-4e79623d4753048cb0354428aafeaa73ebe6e8ee.zip | |
Bump version string & Date: 1.14.3.1 (05 Apr 2014) -> 1.14.3.2 (25 May 2014)
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 0c13160c1..a536adcc1 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv-xp-64-debug.1.14.3.1.installer.exe"
+OutFile "vcxsrv-xp-64-debug.1.14.3.2.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 8ee4b37a2..0b5bf819a 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.14.3.1.installer.exe"
+OutFile "vcxsrv-xp-64.1.14.3.2.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 ff9fc4390..52f0d8f05 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv-xp-debug.1.14.3.1.installer.exe"
+OutFile "vcxsrv-xp-debug.1.14.3.2.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index acc42253b..50ae428df 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-xp.1.14.3.1.installer.exe"
+OutFile "vcxsrv-xp.1.14.3.2.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
|
