mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
c5c0c22f6b
commit
7f14df4af4
@ -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, []],
|
||||
]
|
||||
|
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user