From 19c27cba66f4ae079d1e16861820cec084842901 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 12 Dec 2010 14:55:14 +0000 Subject: [PATCH] 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 --- src/tex2lyx/tex2lyx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2