]> git.lyx.org Git - features.git/commitdiff
Revert "version.h: tex2lyx can have the same actual fileformat"
authorRichard Heck <rgheck@lyx.org>
Thu, 30 May 2013 16:10:27 +0000 (12:10 -0400)
committerRichard Heck <rgheck@lyx.org>
Thu, 30 May 2013 16:10:27 +0000 (12:10 -0400)
This reverts commit ca66e175c9705045793ba3cc2ba95909e5ef5a93.

src/version.h

index ab712d5875f0c5f9c2b85ec63193b78e434f2adf..99c446760e5bb22536043640b013ca0e71cb748e 100644 (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