From 1ad4bd867834180639568d521172f788e772b4a1 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 30 Nov 2014 14:33:32 +0100 Subject: Increased version to 1.16.2.0 --- xorg-server/installer/vcxsrv-64.nsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xorg-server/installer/vcxsrv-64.nsi') 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 -- cgit v1.2.3