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

src/tex2lyx/preamble.cpp

index 49a8368c1b535b1863c319f5e569096b81378aa0..1b97bb500fdc813210ce81f3527450c7bca78c57 100644 (file)
@@ -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";