Add forgotten file formatted change (from 2ad57dcb6b)

This means that lyx2lyx reversion in beta5 is essentially broken
as it ends in a document containing an unknown header
This commit is contained in:
Juergen Spitzmueller 2023-09-06 08:37:43 +02:00
parent 7980523448
commit 87620d7349
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@ changes happened in particular if possible. A good example would be
-----------------------
2023-09-06 Richard Kimberly Heck <rikiheck@lyx.org>
* Format incremented to 619: New document header \use_formatted_ref
for workarea display purposes only.
2023-08-01 Udi Fogiel <udifoglle@gmail.com>
* Format incremented to 618: Hebrew quote style
New buffer param \quotes_style hebrew

View File

@ -32,8 +32,8 @@ extern char const * const lyx_version_info;
// Do not remove the comment below, so we get merge conflict in
// independent branches. Instead add your own.
#define LYX_FORMAT_LYX 618 // Udi_Fogiel: hebrew quote style
#define LYX_FORMAT_TEX2LYX 618
#define LYX_FORMAT_LYX 619 // rikiheck: formatted ref
#define LYX_FORMAT_TEX2LYX 619
#if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
#ifndef _MSC_VER