commit 9abb18e50375382bead8fcaf209aa473cb6a6634
Author: Vincent van Ravesteijn <v...@lyx.org>
Date:   Thu Mar 20 08:13:26 2014 +0100

    Windows installer: Bump preferences format

diff --git a/development/Win32/packaging/installer/setup/configure.nsh 
b/development/Win32/packaging/installer/setup/configure.nsh
index 2e8bd7c..67201f7 100644
--- a/development/Win32/packaging/installer/setup/configure.nsh
+++ b/development/Win32/packaging/installer/setup/configure.nsh
@@ -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" != ""

Reply via email to