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 | |
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)
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 2 | ||||
-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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index 8929ad2a5..362802ce4 100644 --- a/xorg-server/hw/xwin/XWin.rc +++ b/xorg-server/hw/xwin/XWin.rc @@ -47,7 +47,7 @@ BEGIN LTEXT "VcXsrv X Server ", IDC_STATIC, 36, 8, 220, 8 LTEXT "http://vcxsrv.sourceforge.net", IDC_STATIC, 36, 18, 220, 8 LTEXT "marha@users.sourceforge.net", IDC_STATIC, 36, 28, 220, 8 - LTEXT "Version 1.14.3.1 (06 Apr 2014)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version 1.14.3.2 (25 May 2014)", IDC_STATIC, 36, 38, 220, 8 DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15 END 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
|