Increase tex2lyx output format to 273.

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
This commit is contained in:
Georg Baum 2010-12-12 14:55:14 +00:00
parent c0b20c1c92
commit 19c27cba66

View 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();