]> git.lyx.org Git - features.git/commitdiff
Update preference format for cygwin and Win
authorScott Kostyshak <skostysh@lyx.org>
Fri, 27 Oct 2017 16:56:30 +0000 (12:56 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 27 Oct 2017 17:00:02 +0000 (13:00 -0400)
As noted in prefs2prefs, no conversion is necessary from 22 to 23.

development/Win32/packaging/installer/setup/configure.nsh
development/cygwin/lyxrc.dist.in

index a8db7f1858325346d21e3c10591dd5364ca2ad0b..4df968d73839d32b3109db7d96a8664715ae4bfb 100644 (file)
@@ -157,7 +157,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 22$\r$\n'
+  FileWrite $R1 'Format 23$\r$\n'
   # set some general things
   FileWrite $R1 '\screen_zoom 120$\r$\n'
   ${if} "$PathPrefix" != ""
index 1d83da00ca74cb0605a8876516cd637ba1fc2bee..2b3acae9f73e0c616e0880e6554bcc4034360d5f 100644 (file)
@@ -10,7 +10,7 @@
 # The file lyxrc.dist gives initial global options for all LyX users.
 # Almost all settings here can be overridden through the preferences in LyX.
 
-Format 22
+Format 23
 
 \screen_dpi 96
 \screen_zoom 150