Dov Feldstern wrote:
Martin Vermeer wrote:
Attached my attempt at a lyx2lyx entry. Problem is,
it doesn't work. It doesn't even update the version
number to 279 in the .lyx file.
What do I overlook here?
- Martin
You need to change
int const LYX_FORMAT = 278;
in Buffer.cpp.
Also, don't forget to update development/FORMAT.
Generally speaking, you can look at
http://www.lyx.org/trac/changeset/18766 --- there I made a format change
which is not muddied by the code of the actual change (because it was a
format change for a previous implicit change which hadn't been
registered as a format change) so you can see what has to be done just
for the format change parts.
Dov