aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/vcxsrv-64-debug.nsi
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-11-30 14:33:32 +0100
committermarha <marha@users.sourceforge.net>2014-11-30 14:33:32 +0100
commit1ad4bd867834180639568d521172f788e772b4a1 (patch)
tree32b6c01e21f5a72d93b736ca1079f26efea71400 /xorg-server/installer/vcxsrv-64-debug.nsi
parent7147e58c389cffeb930bdd8e3a2fdfc5d5bb3a0c (diff)
downloadvcxsrv-1ad4bd867834180639568d521172f788e772b4a1.tar.gz
vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.tar.bz2
vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.zip
Increased version to 1.16.2.0
Diffstat (limited to 'xorg-server/installer/vcxsrv-64-debug.nsi')
-rw-r--r--xorg-server/installer/vcxsrv-64-debug.nsi8
1 files changed, 4 insertions, 4 deletions
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