]> git.lyx.org Git - lyx.git/commitdiff
Increase tex2lyx output format to 273.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 12 Dec 2010 14:55:14 +0000 (14:55 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 12 Dec 2010 14:55:14 +0000 (14:55 +0000)
Nothing to do, since lyx2lyx conversions are empty except for version 271,
and tex2lyx already outputs the new format for 271.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36842 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/tex2lyx.h

index 0549f5d1bb04e7b58b373538a939bead78bc9a4e..b51dd68f324e3fdeb84846a395d30ee16d0ff60e 100644 (file)
@@ -114,7 +114,7 @@ extern CommandMap known_math_environments;
 ///
 extern bool noweb_mode;
 /// LyX format that is created by tex2lyx
-int const LYX_FORMAT = 265;
+int const LYX_FORMAT = 273;
 
 /// path of the master .tex file
 extern std::string getMasterFilePath();