]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Allow using \binom without amsmath and add support for \brace and \brack
[lyx.git] / src / Buffer.cpp
index 4830642631585e7214f4a033678c61d6fedd31ce..9994d3ade6cab325645cf91b8faa974a1d06060e 100644 (file)
@@ -116,7 +116,7 @@ namespace os = support::os;
 
 namespace {
 
-int const LYX_FORMAT = 324;
+int const LYX_FORMAT = 325;
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;