From: Uwe Stöhr Date: Fri, 19 Jun 2009 00:10:18 +0000 (+0000) Subject: tex2lyx/preamble.cpp: support for fileformat 262 (nothing to do for tex2lyx) X-Git-Tag: 2.0.0~6268 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e06029fda53ef05987ca4b7c1ba8529a9ff9333b;p=features.git tex2lyx/preamble.cpp: support for fileformat 262 (nothing to do for tex2lyx) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30171 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 599a548097..6b1bbb2e60 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -471,7 +471,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 258\n" + << "\\lyxformat 262\n" << "\\begin_document\n" << "\\begin_header\n" << "\\textclass " << h_textclass << "\n";