Bump up RC fileformat after [244de5d2/lyxgit] for the new 'needauth' options.

Addressing #10481.
This commit is contained in:
Tommaso Cucinotta 2016-11-25 23:33:08 +01:00
parent ffe4471700
commit cc653feb60
3 changed files with 8 additions and 3 deletions

View File

@ -1551,7 +1551,7 @@ if __name__ == '__main__':
lyx_check_config = True
lyx_kpsewhich = True
outfile = 'lyxrc.defaults'
lyxrc_fileformat = 19
lyxrc_fileformat = 20
rc_entries = ''
lyx_keep_temps = False
version_suffix = ''

View File

@ -80,6 +80,10 @@
# Incremented to format 19, by rgh
# remove print support
# Incremented to format 20, by tommaso
# Add options to forbid/ignore 'needauth' option
# No conversion necessary.
# NOTE: The format should also be updated in LYXRC.cpp and
# in configure.py.
@ -375,5 +379,6 @@ conversions = [
[ 16, [remove_force_paint_single_char]],
[ 17, [remove_rtl]],
[ 18, []],
[ 19, [remove_print_support]]
[ 19, [remove_print_support]],
[ 20, []]
]

View File

@ -59,7 +59,7 @@ namespace {
// The format should also be updated in configure.py, and conversion code
// should be added to prefs2prefs_prefs.py.
static unsigned int const LYXRC_FILEFORMAT = 19; // rgh: remove print support
static unsigned int const LYXRC_FILEFORMAT = 20; // tommaso: 'needauth' options
// when adding something to this array keep it sorted!
LexerKeyword lyxrcTags[] = {