]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.C
partial framebox support
[lyx.git] / src / buffer.C
index 7ca44140d41768b8e67df6c6e8ff7e28f09fd5da..5d4745abbe76e9820e66d76f30f0eceeb3df3807 100644 (file)
@@ -147,7 +147,7 @@ extern BufferList bufferlist;
 
 namespace {
 
-const int LYX_FORMAT = 220;
+const int LYX_FORMAT = 221;
 
 } // namespace anon
 
@@ -1154,6 +1154,7 @@ bool Buffer::readFile(LyXLex & lex, Paragraph * par)
                        if (dot != string::npos)
                                tmp_format.erase(dot, 1);
                        file_format = strToInt(tmp_format);
+                       //lyxerr << "format: " << file_format << endl;
                        if (file_format == LYX_FORMAT) {
                                // current format
                        } else if (file_format > LYX_FORMAT) {