version.h: fix typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40666 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2012-01-23 02:00:36 +00:00
parent b118e936ef
commit 11da53414e

View File

@ -30,8 +30,8 @@ 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 425 // uwestoehrx: support for the package cancel
#define LYX_FORMAT_TEX2LYX 425 // jrioux : \cite_engine_type (authoryear|numerical)
#define LYX_FORMAT_LYX 425 // uwestoehr: support for the package cancel
#define LYX_FORMAT_TEX2LYX 425 // uwestoehr: support for the package cancel
#if LYX_FORMAT_FOR_TEX2LYX != LYX_FORMAT_FOR_LYX
#warning "tex2lyx produces an out of date file format."