From ca66e175c9705045793ba3cc2ba95909e5ef5a93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 30 May 2013 17:40:29 +0200 Subject: [PATCH] version.h: tex2lyx can have the same actual fileformat (nothing has been changed that requires the action of tex2lyx) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 99c446760e..ab712d5875 100644 --- a/src/version.h +++ b/src/version.h @@ -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 -- 2.39.5