diff options
author | marha <marha@users.sourceforge.net> | 2014-11-30 14:33:32 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-11-30 14:33:32 +0100 |
commit | 1ad4bd867834180639568d521172f788e772b4a1 (patch) | |
tree | 32b6c01e21f5a72d93b736ca1079f26efea71400 /xorg-server | |
parent | 7147e58c389cffeb930bdd8e3a2fdfc5d5bb3a0c (diff) | |
download | vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.tar.gz vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.tar.bz2 vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.zip |
Increased version to 1.16.2.0
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 10 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64-debug.nsi | 8 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 8 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 8 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 8 |
5 files changed, 21 insertions, 21 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index 5429c139a..f94f5f995 100644 --- a/xorg-server/hw/xwin/XWin.rc +++ b/xorg-server/hw/xwin/XWin.rc @@ -33,11 +33,11 @@ #include "winresource.h" #include "xwin-config.h" -#define VER_FILEVERSION 1,16,1,0 -#define VER_FILEVERSION_STR "1.16.1.0" +#define VER_FILEVERSION 1,16,2,0 +#define VER_FILEVERSION_STR "1.16.2.0" -#define VER_PRODUCTVERSION 1,16,1,0 -#define VER_PRODUCTVERSION_STR "1.16.1.0" +#define VER_PRODUCTVERSION 1,16,2,0 +#define VER_PRODUCTVERSION_STR "1.16.2.0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION @@ -84,7 +84,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 "VER_PRODUCTVERSION_STR" (12 Oct 2014)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version "VER_PRODUCTVERSION_STR" (30 Nov 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 38364831d..b03637431 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.16.1.0.installer.exe"
+OutFile "vcxsrv-64-debug.1.16.2.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES64\VcXsrv
@@ -32,11 +32,11 @@ InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir_64" LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
-VIProductVersion "1.16.1.0"
+VIProductVersion "1.16.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index 91ae6c103..ad126e23d 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -22,7 +22,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64.1.16.1.0.installer.exe"
+OutFile "vcxsrv-64.1.16.2.0.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
@@ -33,11 +33,11 @@ InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir_64" LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
-VIProductVersion "1.16.1.0"
+VIProductVersion "1.16.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index a0eb29701..c290af77e 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.16.1.0.installer.exe"
+OutFile "vcxsrv-debug.1.16.2.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
@@ -32,11 +32,11 @@ InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir" LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
-VIProductVersion "1.16.1.0"
+VIProductVersion "1.16.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 7463d7dba..e01c157a6 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -22,7 +22,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv.1.16.1.0.installer.exe"
+OutFile "vcxsrv.1.16.2.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
@@ -33,11 +33,11 @@ InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir" LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
-VIProductVersion "1.16.1.0"
+VIProductVersion "1.16.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
|