From: Georg Baum Date: Sun, 12 Dec 2010 14:55:14 +0000 (+0000) Subject: Increase tex2lyx output format to 273. X-Git-Tag: 2.0.0~1403 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=19c27cba66f4ae079d1e16861820cec084842901;p=lyx.git 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 --- diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 0549f5d1bb..b51dd68f32 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -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();