From: Uwe Stöhr Date: Mon, 23 Jan 2012 02:00:36 +0000 (+0000) Subject: version.h: fix typos X-Git-Tag: 2.1.0beta1~2095 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=11da53414e40cf98b97ab77acc7fce43d8cb9e83;p=features.git version.h: fix typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40666 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/version.h b/src/version.h index 3d831e1039..76741f8e01 100644 --- a/src/version.h +++ b/src/version.h @@ -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."