]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Fix bug 5411
[lyx.git] / src / Buffer.cpp
index 44e35ab607e48a77e6bc55397a6a21526e3874c1..418ea5447fdfbfdecb052b7bcdf03a2e6a7394eb 100644 (file)
@@ -117,7 +117,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 344;  // ps: backref
+int const LYX_FORMAT = 345;  // jamatos: xml elements
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;