version.h: tex2lyx can have the same actual fileformat

(nothing has been changed that requires the action of tex2lyx)
This commit is contained in:
Uwe Stöhr 2013-05-30 17:40:29 +02:00
parent 059dad2ace
commit ca66e175c9

View File

@ -31,7 +31,7 @@ extern char const * const lyx_version_info;
// Do not remove the comment below, so we get merge conflict in // Do not remove the comment below, so we get merge conflict in
// independent branches. Instead add your own. // independent branches. Instead add your own.
#define LYX_FORMAT_LYX 474 // rgh: dummy format change for Chunk switch #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 #if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
#ifndef _MSC_VER #ifndef _MSC_VER