]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
typo
[lyx.git] / src / Buffer.cpp
index f46f7b0029b45ac33d6c10efe0f5371bcd5a0f3f..3f1843cb59ae861c7ece1f15970c606bf0f9286c 100644 (file)
@@ -115,7 +115,9 @@ namespace os = support::os;
 
 namespace {
 
-int const LYX_FORMAT = 342; //uwestoehr: support for Mongolian
+// 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
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;