From 9abb18e50375382bead8fcaf209aa473cb6a6634 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 20 Mar 2014 08:13:26 +0100 Subject: [PATCH] Windows installer: Bump preferences format --- development/Win32/packaging/installer/setup/configure.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" != "" -- 2.39.2