From ddc31f7aeefb87901e11506f5448d68d5f462c3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Tue, 1 Aug 2006 08:38:24 +0000 Subject: [PATCH] Rename files: lyx_1_1_6.py -> lyx_1_1_6_0.py lyx_1_1_6fix3.py -> lyx_1_1_6_3.py Change LyX.py accordingly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14530 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/LyX.py | 22 +++++++++---------- lib/lyx2lyx/{lyx_1_1_6.py => lyx_1_1_6_0.py} | 0 .../{lyx_1_1_6fix3.py => lyx_1_1_6_3.py} | 0 3 files changed, 11 insertions(+), 11 deletions(-) rename lib/lyx2lyx/{lyx_1_1_6.py => lyx_1_1_6_0.py} (100%) rename lib/lyx2lyx/{lyx_1_1_6fix3.py => lyx_1_1_6_3.py} (100%) diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py index 6d9605f06a..817717dc58 100644 --- a/lib/lyx2lyx/LyX.py +++ b/lib/lyx2lyx/LyX.py @@ -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"])] diff --git a/lib/lyx2lyx/lyx_1_1_6.py b/lib/lyx2lyx/lyx_1_1_6_0.py similarity index 100% rename from lib/lyx2lyx/lyx_1_1_6.py rename to lib/lyx2lyx/lyx_1_1_6_0.py diff --git a/lib/lyx2lyx/lyx_1_1_6fix3.py b/lib/lyx2lyx/lyx_1_1_6_3.py similarity index 100% rename from lib/lyx2lyx/lyx_1_1_6fix3.py rename to lib/lyx2lyx/lyx_1_1_6_3.py -- 2.39.2