mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
version.h: tex2lyx can have the same actual fileformat
(nothing has been changed that requires the action of tex2lyx)
This commit is contained in:
parent
059dad2ace
commit
ca66e175c9
@ -31,7 +31,7 @@ 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 474 // rgh: dummy format change for Chunk switch
|
||||
#define LYX_FORMAT_TEX2LYX 473
|
||||
#define LYX_FORMAT_TEX2LYX 474
|
||||
|
||||
#if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
|
||||
#ifndef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user