diff options
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64-debug.nsi | 4 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 7 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 4 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 7 |
5 files changed, 11 insertions, 13 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index eb8ebe63d..b7d3f9f81 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.2.0 (21 June 2013)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version 1.14.2.1 (26 Jule 2013)", 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 e4cee04fd..3afad4dcd 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -21,12 +21,12 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64-debug.1.14.2.0.installer.exe"
+OutFile "vcxsrv-64-debug.1.14.2.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES64\VcXsrv
-; Registry key to check for directory (so if you install again, it will
+; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir_64"
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index a0510cb31..a7fa14a82 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -21,12 +21,12 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64.1.14.2.0.installer.exe"
+OutFile "vcxsrv-64.1.14.2.1.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
-; Registry key to check for directory (so if you install again, it will
+; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir_64"
@@ -185,7 +185,7 @@ SectionEnd ; Uninstaller
Section "Uninstall"
-
+
; Remove registry keys
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\VcXsrv"
DeleteRegKey HKLM SOFTWARE\VcXsrv
@@ -245,4 +245,3 @@ Section "Uninstall" RMDir "$INSTDIR"
SectionEnd
-
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index 654e0239f..edde82641 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -21,12 +21,12 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-debug.1.14.2.0.installer.exe"
+OutFile "vcxsrv-debug.1.14.2.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
-; Registry key to check for directory (so if you install again, it will
+; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir"
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 023b4e5ee..f96d4d1dc 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -21,12 +21,12 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv.1.14.2.0.installer.exe"
+OutFile "vcxsrv.1.14.2.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
-; Registry key to check for directory (so if you install again, it will
+; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir"
@@ -185,7 +185,7 @@ SectionEnd ; Uninstaller
Section "Uninstall"
-
+
; Remove registry keys
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\VcXsrv"
DeleteRegKey HKLM SOFTWARE\VcXsrv
@@ -245,4 +245,3 @@ Section "Uninstall" RMDir "$INSTDIR"
SectionEnd
-
|