]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/LyX.py
Missing things in lyx2lyx from PDFOptions commit.
[features.git] / lib / lyx2lyx / LyX.py
index ead9a4eab3247944f79b44ae6c99f2ae23e00782..2ba866c90ab21266ce780c414aa5d508b38442c4 100644 (file)
@@ -80,7 +80,7 @@ format_relation = [("0_06",    [200], minor_versions("0.6" , 4)),
                    ("1_3",     [221], minor_versions("1.3" , 7)),
                    ("1_4", range(222,246), minor_versions("1.4" , 5)),
                    ("1_5", range(246,277), minor_versions("1.5" , 1)),
-                   ("1_6", range(277,286), minor_versions("1.6" , 0))]
+                   ("1_6", range(277,287), minor_versions("1.6" , 0))]
 
 
 def formats_list():