]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Give ourselves a little more flexibility about math output under XHTML.
[features.git] / src / Buffer.cpp
index 1da4d9912a64269bf6c775f2d0f97696540ac15f..cdea9e6496fc417e2a3591529c58ef9826a06b37 100644 (file)
@@ -126,7 +126,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 378; // ps: rev insetinfo
+int const LYX_FORMAT = 379; // rgh: xhtml math output type
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;