]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/LyX.py
colored-boxes.lyx: new example file for the tcolorbox.module
[features.git] / lib / lyx2lyx / LyX.py
index 0855a4fbc0d35775b025dba23d03c2ffcbd1b352..74ac72e8ee19b0025b262b5088725a11f3abc5fe 100644 (file)
@@ -85,7 +85,7 @@ format_relation = [("0_06",    [200], minor_versions("0.6" , 4)),
                    ("1_6", list(range(277,346)), minor_versions("1.6" , 10)),
                    ("2_0", list(range(346,414)), minor_versions("2.0" , 8)),
                    ("2_1", list(range(414,475)), minor_versions("2.1" , 0)),
-                   ("2_2", list(range(475,498)), minor_versions("2.2" , 0))
+                   ("2_2", list(range(475,499)), minor_versions("2.2" , 0))
                   ]
 
 ####################################################################