diff options
-rw-r--r-- | versionchanges.btm | 1 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/versionchanges.btm b/versionchanges.btm index 214de403d..e8c58f834 100644 --- a/versionchanges.btm +++ b/versionchanges.btm @@ -1,3 +1,4 @@ e include/dix-config.h e xorg-server/hw/xwin/XWin.rc e xorg-server/installer/vcxsrv.nsi +e xorg-server/installer/vcxsrv-debug.nsi diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index be435a14f..4164c162e 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.13.0.0.installer.exe"
+OutFile "vcxsrv-debug.1.13.1.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|