]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/LyX.py
Rename files:
[features.git] / lib / lyx2lyx / LyX.py
index 6d9605f06a1e0e7a8ba1c53ea1f7e018ad1db065..817717dc58d10560454410639253c475c27b8682 100644 (file)
@@ -48,17 +48,17 @@ original_version = re.compile(r"\#LyX (\S*)")
 ##
 # file format information:
 #  file, supported formats, stable release versions
-format_relation = [("0_10",  [210], ["0.10.7","0.10"]),
-                   ("0_12",  [215], ["0.12","0.12.1","0.12"]),
-                   ("1_0_0", [215], ["1.0.0","1.0"]),
-                   ("1_0_1", [215], ["1.0.1","1.0.2","1.0.3","1.0.4", "1.1.2","1.1"]),
-                   ("1_1_4", [215], ["1.1.4","1.1"]),
-                   ("1_1_5", [216], ["1.1.5","1.1.5fix1","1.1.5fix2","1.1"]),
-                   ("1_1_6", [217], ["1.1.6","1.1.6fix1","1.1.6fix2","1.1"]),
-                   ("1_1_6fix3", [218], ["1.1.6fix3","1.1.6fix4","1.1"]),
-                   ("1_2", [220], ["1.2.0","1.2.1","1.2.3","1.2.4","1.2"]),
-                   ("1_3", [221], ["1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3"]),
-                   ("1_4", range(222,246), ["1.4.0", "1.4.1", "1.4.2svn"]),
+format_relation = [("0_10",    [210], ["0.10.7","0.10"]),
+                   ("0_12",    [215], ["0.12","0.12.1","0.12"]),
+                   ("1_0_0",   [215], ["1.0.0","1.0"]),
+                   ("1_0_1",   [215], ["1.0.1","1.0.2","1.0.3","1.0.4", "1.1.2","1.1"]),
+                   ("1_1_4",   [215], ["1.1.4","1.1"]),
+                   ("1_1_5",   [216], ["1.1.5","1.1.5fix1","1.1.5fix2","1.1"]),
+                   ("1_1_6_0", [217], ["1.1.6","1.1.6fix1","1.1.6fix2","1.1"]),
+                   ("1_1_6_3", [218], ["1.1.6fix3","1.1.6fix4","1.1"]),
+                   ("1_2",     [220], ["1.2.0","1.2.1","1.2.3","1.2.4","1.2"]),
+                   ("1_3",     [221], ["1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3"]),
+                   ("1_4", range(222,246), ["1.4.0", "1.4.1", "1.4.2","1.4.3svn"]),
                    ("1_5", range(246,249), ["1.5.0svn","1.5"])]