]> git.lyx.org Git - features.git/blobdiff - lib/scripts/layout2layout.py
New tag MaxCiteNames
[features.git] / lib / scripts / layout2layout.py
index c0829e6cd46009292d2c2c9e7f4e09b14eaced33..d932700bb4771025c286e3497067209e4595085f 100644 (file)
@@ -11,7 +11,7 @@
 # This script will update a .layout file to current format
 
 # The latest layout format is also defined in src/TextClass.cpp
-currentFormat = 62
+currentFormat = 63
 
 
 # Incremented to format 4, 6 April 2007, lasgouttes
@@ -208,6 +208,10 @@ currentFormat = 62
 # Incremented to format 62, 21 October 2016 by spitz
 # New Layout argument tag "PassThru"
 
+# Incremented to format 63, 7 January 2017 by spitz
+# - New textclass tags CiteFramework, MaxCiteNames (for cite engines)
+# - Extended InsetCite syntax.
+
 # Do not forget to document format change in Customization
 # Manual (section "Declaring a new text class").
 
@@ -451,7 +455,7 @@ def convert(lines, end_format):
                 i += 1
             continue
 
-        if format >= 60 and format <= 61:
+        if format >= 60 and format <= 62:
             # nothing to do.
             i += 1
             continue