]> git.lyx.org Git - features.git/commitdiff
tex2lyx/preamble.cpp: support for fileformat 262 (nothing to do for tex2lyx)
authorUwe Stöhr <uwestoehr@web.de>
Fri, 19 Jun 2009 00:10:18 +0000 (00:10 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 19 Jun 2009 00:10:18 +0000 (00:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30171 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 599a5480971b2b71fb767b95b36f27e322388c2e..6b1bbb2e603a8acc518a28990ff90b3c2b725495 100644 (file)
@@ -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";