]> git.lyx.org Git - features.git/commitdiff
Windows installer: Bump preferences format
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 20 Mar 2014 07:13:26 +0000 (08:13 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 20 Mar 2014 07:13:26 +0000 (08:13 +0100)
development/Win32/packaging/installer/setup/configure.nsh

index 2e8bd7c69c5e428db3e9ca18caa192066b839dae..67201f7e8d2bfd666b9e9600f97be68e3a33217d 100644 (file)
@@ -144,7 +144,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 14$\r$\n'
+  FileWrite $R1 'Format 15$\r$\n'
   # set some general things
   FileWrite $R1 '\screen_zoom 120$\r$\n'
   ${if} "$PathPrefix" != ""