]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/LyX.py
Introduce the latexpar separator.
[features.git] / lib / lyx2lyx / LyX.py
index e7078f148c83c15b4bd5422ee8d57b5d1e998367..66108dca2cbe2fc2733575db6cc5a7cded515c3e 100644 (file)
@@ -86,7 +86,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,508)), minor_versions("2.2" , 0))
+                   ("2_2", list(range(475,509)), minor_versions("2.2" , 0))
                   ]
 
 ####################################################################