commit ad5e8887d2a329b06405fe4f1ea2b9143e1ffa54
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Thu Nov 2 21:48:10 2017 +0100

    Win installer: update RC format
---
 .../Win32/packaging/installer/setup/configure.nsh  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/Win32/packaging/installer/setup/configure.nsh 
b/development/Win32/packaging/installer/setup/configure.nsh
index b4537fb..aaeca97 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" != ""

Reply via email to