]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
add support for decimal alignment in tables
[features.git] / src / Buffer.cpp
index 98fdc287a6542f09d27f72ded17d4eadb7a6c5de..7cb29353944724c479cabb5b65636f6bf65b8879 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 = 390; // ps: forward view
+int const LYX_FORMAT = 391; // edwin: decimal alignment in tables
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;