diff options
author | marha <marha@users.sourceforge.net> | 2015-04-30 23:45:25 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2015-04-30 23:45:25 +0200 |
commit | 18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1 (patch) | |
tree | 8b4c41c5c493af3f3eecae5a74f868cfdd9d798d /xorg-server/installer | |
parent | 055e5645a789d2822d3c4e5a3bc81ff6a969ff31 (diff) | |
download | vcxsrv-18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1.tar.gz vcxsrv-18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1.tar.bz2 vcxsrv-18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1.zip |
Increased version to 1.17.0.0
Diffstat (limited to 'xorg-server/installer')
-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 |
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 b03637431..69c943c85 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.2.0.installer.exe"
+OutFile "vcxsrv-64-debug.1.17.0.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.2.0"
+VIProductVersion "1.17.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.17.0.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.17.0.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 ad126e23d..9f109d6da 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.2.0.installer.exe"
+OutFile "vcxsrv-64.1.17.0.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.2.0"
+VIProductVersion "1.17.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.17.0.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.17.0.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 c290af77e..58fd970ae 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.2.0.installer.exe"
+OutFile "vcxsrv-debug.1.17.0.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.2.0"
+VIProductVersion "1.17.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.17.0.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.17.0.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index e01c157a6..f988b43eb 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.2.0.installer.exe"
+OutFile "vcxsrv.1.17.0.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.2.0"
+VIProductVersion "1.17.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.16.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.16.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.17.0.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.17.0.0"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
|