]> git.lyx.org Git - lyx.git/commitdiff
Add forgotten file formatted change (from 2ad57dcb6b9b5)
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 6 Sep 2023 06:37:43 +0000 (08:37 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 6 Sep 2023 06:37:43 +0000 (08:37 +0200)
This means that lyx2lyx reversion in beta5 is essentially broken
as it ends in a document containing an unknown header

development/FORMAT
src/version.h

index 2687c18a799eda30fbd9b9060568dc37c3f974a2..1711f88c78f179097bee25f34105fe77dac8dc2b 100644 (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
index ab05f8950442940212067c6b1036cb80013b5a44..adbd76389364e39e42b5000f319af08cfe773f93 100644 (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