From: Richard Heck Date: Tue, 12 Jul 2016 02:48:04 +0000 (-0400) Subject: We do not need to enter the format numbers for 2.3 at this time. X-Git-Tag: 2.3.0alpha1~1287 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed87044d91e39daf2c079ba4582603add299d667;p=features.git We do not need to enter the format numbers for 2.3 at this time. The code just below fills thiss automatically. (cherry picked from commit 3d8082346e16770f3af4ee6d617c8fe91e9292e1) --- diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py index 39a77e3827..77ccdd03ae 100644 --- a/lib/lyx2lyx/LyX.py +++ b/lib/lyx2lyx/LyX.py @@ -92,7 +92,7 @@ format_relation = [("0_06", [200], minor_versions("0.6" , 4)), ("2_0", list(range(346,414)), minor_versions("2.0" , 8)), ("2_1", list(range(414,475)), minor_versions("2.1" , 5)), ("2_2", list(range(475,509)), minor_versions("2.2" , 0)), - ("2_3", list(range(509,511)), minor_versions("2.3" , 0)) + ("2_3", (), minor_versions("2.3" , 0)) ] ####################################################################