increment lyxrc version following r40515.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40516 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2011-12-18 11:51:26 +00:00
parent c5c0c22f6b
commit 7f14df4af4
2 changed files with 5 additions and 1 deletions

View File

@ -32,6 +32,9 @@
# Add a default length unit.
# No conversion necessary.
# Incremented to format 6, r40515 by younes
# Add use_qimage option.
# No conversion necessary.
import re
@ -147,4 +150,5 @@ conversions = [
[ 3, [ zipped_native ]],
[ 4, [ remove_default_papersize ]],
[ 5, []],
[ 6, []],
]

View File

@ -55,7 +55,7 @@ namespace os = support::os;
namespace {
static unsigned int const LYXRC_FILEFORMAT = 5; // vfr: add default length unit
static unsigned int const LYXRC_FILEFORMAT = 6; // younes: add use_qimage option
// when adding something to this array keep it sorted!
LexerKeyword lyxrcTags[] = {