]> git.lyx.org Git - lyx.git/commitdiff
version.h: fix typos
authorUwe Stöhr <uwestoehr@web.de>
Mon, 23 Jan 2012 02:00:36 +0000 (02:00 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 23 Jan 2012 02:00:36 +0000 (02:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40666 a592a061-630c-0410-9148-cb99ea01b6c8

src/version.h

index 3d831e103906f94b4f7a617a7d8ec18d5a83f540..76741f8e017beddabef1cefffc372b730bd50d51 100644 (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."