]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
support for the ISO C-series paper formats; fileformat change
[features.git] / src / Buffer.cpp
index 5c487208321f20f3b69c7d45882cc4614e7b8ff6..2a0ef17fe49fa96f5d234be69a05adb63be8f593 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 = 394; // uwestoehr: support for \makebox
+int const LYX_FORMAT = 395; // uwestoehr: support for ISO C paper size series
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;