diff options
Diffstat (limited to 'xorg-server/installer/vcxsrv-debug.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 8 |
1 files changed, 4 insertions, 4 deletions
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
|