From: Uwe Stöhr Date: Thu, 2 Nov 2017 20:48:10 +0000 (+0100) Subject: Win installer: update RC format X-Git-Tag: lyx-2.4.0dev-acb2ca7b~4407 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ad5e8887d2a329b06405fe4f1ea2b9143e1ffa54;hp=f2b6ff0870dd36a92f1eb8fea8bca086a2520fa3;p=features.git Win installer: update RC format --- diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index b4537fbd08..aaeca97f47 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -160,7 +160,7 @@ Section -Configure Delete "$INSTDIR\Resources\lyxrc.dist" FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w # set the format to the latest LyXRC format - FileWrite $R1 'Format 23$\r$\n' + FileWrite $R1 'Format 24$\r$\n' # set some general things FileWrite $R1 '\screen_zoom 120$\r$\n' ${if} "$PathPrefix" != ""