Revert "version.h: tex2lyx can have the same actual fileformat"

This reverts commit ca66e175c9.
This commit is contained in:
Richard Heck 2013-05-30 12:10:27 -04:00
parent a2e6fc773a
commit 1b6c1380bb

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
// independent branches. Instead add your own.
#define LYX_FORMAT_LYX 474 // rgh: dummy format change for Chunk switch
#define LYX_FORMAT_TEX2LYX 474
#define LYX_FORMAT_TEX2LYX 473
#if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
#ifndef _MSC_VER