]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/layout2layout.py
Comment
[lyx.git] / lib / scripts / layout2layout.py
index b2393ea276cb141fb5da543038735bd8088f625b..cc20a35b0ae43f762139e65e2ccb23ec30b14f09 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 = 88
+currentFormat = 90
 
 
 # Incremented to format 4, 6 April 2007, lasgouttes
@@ -301,6 +301,12 @@ currentFormat = 88
 # Incremented to format 88, 28 November 2020 by tcuvelier
 # New tag DocBookNotInPara.
 
+# Incremented to format 89, 5 December 2020 by rkh
+# New tag LaTeXName for counters
+
+# Incremented to format 90, 11 December 2020 by spitz
+# Use semantic label colors
+
 # Do not forget to document format change in Customization
 # Manual (section "Declaring a new text class").
 
@@ -551,7 +557,7 @@ def convert(lines, end_format):
                 i += 1
             continue
 
-        if 87 <= format <= 88:
+        if 87 <= format <= 90:
             # nothing to do.
             i += 1
             continue