]> git.lyx.org Git - features.git/commitdiff
increment lyxrc version following r40515.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 18 Dec 2011 11:51:26 +0000 (11:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 18 Dec 2011 11:51:26 +0000 (11:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40516 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/prefs2prefs_prefs.py
src/LyXRC.cpp

index 5ce10511bce434564cb85dde500db2c19ccb39e9..85a0fe697dbc83559b9ff948a38f3dc8a190a982 100644 (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, []],
 ]
index 4a065846327eba7432caf03842c40c9400f06751..3aacf9638f061ce757c30fee2a498987f2d804c2 100644 (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[] = {