Bump RC format for commit 8f287f5ffa

This commit is contained in:
Juergen Spitzmueller 2013-06-02 12:06:01 +02:00
parent 22d52f5f08
commit c9ea13ee99
2 changed files with 7 additions and 2 deletions

View File

@ -60,6 +60,10 @@
# Incremented to format 13, by bh
# Rename mac_like_word_movement to mac_like_cursor_movement
# Incremented to format 14, by spitz
# New RC default_otf_view_format
# No conversion necessary.
import re
###########################################################
@ -319,5 +323,6 @@ conversions = [
[ 10, []],
[ 11, [split_pdf_format]],
[ 12, []],
[ 13, [mac_cursor_movement]]
[ 13, [mac_cursor_movement]],
[ 14, []]
]

View File

@ -55,7 +55,7 @@ namespace os = support::os;
namespace {
static unsigned int const LYXRC_FILEFORMAT = 13; // vfr: System theme's icons
static unsigned int const LYXRC_FILEFORMAT = 14; // spitz: default_otf_view_format
// when adding something to this array keep it sorted!
LexerKeyword lyxrcTags[] = {