aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-10-12 21:52:37 +0200
committermarha <marha@users.sourceforge.net>2014-10-12 21:52:37 +0200
commit98249a0647355198508b27a58ed255bcf206dc62 (patch)
tree2ec3368713d9c0538d34f8142f40a9f20da6e699 /xorg-server/installer
parent1a83b8e49a75e2dab63805de25e384e0e38c27ed (diff)
downloadvcxsrv-98249a0647355198508b27a58ed255bcf206dc62.tar.gz
vcxsrv-98249a0647355198508b27a58ed255bcf206dc62.tar.bz2
vcxsrv-98249a0647355198508b27a58ed255bcf206dc62.zip
Upgraded version number to 1.16.1.0
Added release note
Diffstat (limited to 'xorg-server/installer')
-rw-r--r--xorg-server/installer/vcxsrv-64-debug.nsi8
-rw-r--r--xorg-server/installer/vcxsrv-64.nsi8
-rw-r--r--xorg-server/installer/vcxsrv-debug.nsi8
-rw-r--r--xorg-server/installer/vcxsrv.nsi8
4 files changed, 16 insertions, 16 deletions
diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi
index 25a68a3a2..38364831d 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.15.2.0.installer.exe"
+OutFile "vcxsrv-64-debug.1.16.1.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.15.2.0"
+VIProductVersion "1.16.1.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.15.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.15.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.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 c5c59ce30..91ae6c103 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.15.2.0.installer.exe"
+OutFile "vcxsrv-64.1.16.1.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.15.2.0"
+VIProductVersion "1.16.1.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.15.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.15.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.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 46e2564a4..a0eb29701 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.15.2.0.installer.exe"
+OutFile "vcxsrv-debug.1.16.1.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.15.2.0"
+VIProductVersion "1.16.1.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.15.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.15.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi
index 4d60fc112..7463d7dba 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.15.2.0.installer.exe"
+OutFile "vcxsrv.1.16.1.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.15.2.0"
+VIProductVersion "1.16.1.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.15.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.15.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.1.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.1.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin