From c4675cc4be82c63094581e271d7a0aab0e9e947b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 19 Jun 2009 00:37:05 +0000 Subject: [PATCH] tex2lyx/preamble.cpp: support for fileformat 264 (nothing to do for tex2lyx) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30173 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/preamble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 49a8368c1b..1b97bb500f 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -482,7 +482,7 @@ void handle_package(Parser &p, string const & name, string const & opts) void end_preamble(ostream & os, TextClass const & /*textclass*/) { os << "#LyX file created by tex2lyx " << PACKAGE_VERSION << "\n" - << "\\lyxformat 263\n" + << "\\lyxformat 264\n" << "\\begin_document\n" << "\\begin_header\n" << "\\textclass " << h_textclass << "\n"; -- 2.39.2