]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
The mode changing math insets already provide the needed info, so
[lyx.git] / src / Buffer.cpp
index 8abcb462abe0285daf3b61319154137fea57a449..e52b6dbacfbddffbce017caeeaa0faf78033dd6d 100644 (file)
@@ -115,7 +115,7 @@ namespace os = support::os;
 
 namespace {
 
-int const LYX_FORMAT = 336;
+int const LYX_FORMAT = 337;
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;