]> git.lyx.org Git - features.git/commitdiff
Win installer: update RC format
authorUwe Stöhr <uwestoehr@lyx.org>
Thu, 2 Nov 2017 20:48:10 +0000 (21:48 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Thu, 2 Nov 2017 20:48:10 +0000 (21:48 +0100)
development/Win32/packaging/installer/setup/configure.nsh

index b4537fbd0803272faa70c3eff22b8419aa96630c..aaeca97f476d76e69d39712bde7488180a3a140d 100644 (file)
@@ -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" != ""