commit 3978fabaad424dbfea85ae65b6b62d89e68a0f77
Author: Scott Kostyshak <[email protected]>
Date:   Sat Nov 7 20:10:39 2015 -0500

    Update the formats of lyxrc.dist.in to 19
    
    In the end, no changes were needed. This was decided by prefs2prefs
    for MacOSX and cygwin and by manual inspection for Win32.

diff --git a/development/MacOSX/lyxrc.dist.in b/development/MacOSX/lyxrc.dist.in
index d337b14..b01005d 100644
--- a/development/MacOSX/lyxrc.dist.in
+++ b/development/MacOSX/lyxrc.dist.in
@@ -10,7 +10,7 @@
 # This file is written by LyX, if you want to make your own
 # modifications you should do them from inside LyX and save
 
-Format 14
+Format 19
 
 \bind_file "mac"
 
diff --git a/development/Win32/packaging/installer/setup/configure.nsh 
b/development/Win32/packaging/installer/setup/configure.nsh
index 921f6ab..dac4fed 100644
--- a/development/Win32/packaging/installer/setup/configure.nsh
+++ b/development/Win32/packaging/installer/setup/configure.nsh
@@ -151,7 +151,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 15$\r$\n'
+  FileWrite $R1 'Format 19$\r$\n'
   # set some general things
   FileWrite $R1 '\screen_zoom 120$\r$\n'
   ${if} "$PathPrefix" != ""
diff --git a/development/cygwin/lyxrc.dist.in b/development/cygwin/lyxrc.dist.in
index 2b67bfb..6e43a96 100644
--- a/development/cygwin/lyxrc.dist.in
+++ b/development/cygwin/lyxrc.dist.in
@@ -10,6 +10,8 @@
 # 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 19
+
 \screen_dpi 96
 \screen_zoom 150
 \screen_font_roman "Times New Roman"

Reply via email to