From: Vincent van Ravesteijn Date: Thu, 20 Mar 2014 07:13:26 +0000 (+0100) Subject: Windows installer: Bump preferences format X-Git-Tag: 2.1.0rc1~16 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9abb18e50375382bead8fcaf209aa473cb6a6634;p=features.git Windows installer: Bump preferences format --- diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index 2e8bd7c69c..67201f7e8d 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" != ""