mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
7980523448
commit
87620d7349
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user