- FORMAT: notice fileformat change

- version.h: fix comments
This commit is contained in:
Uwe Stöhr 2012-06-22 01:20:29 +02:00
parent 1ea2abc77f
commit c695e5fb38
2 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,10 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
-----------------------
2012-06-22 Uwe Stöhr <uwestoehr@web.de>
* Format incremented to 433 (1ea2abc7)
switch the Armenian language support from ArmTeX to XeTeX/polyglossia
2012-06-08 Uwe Stöhr <uwestoehr@web.de>
* Format incremented to 432 (7eca5d94)
support for the document languages ancientgreek, coptic, divehi, hindi,

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 433 // uwestoehr: Armenian support for many languages like Telugu
#define LYX_FORMAT_TEX2LYX 433 // uwestoehr: Armenian support for polyglossia/XeTeX
#define LYX_FORMAT_LYX 433 // uwestoehr: Armenian support via polyglossia/XeTeX
#define LYX_FORMAT_TEX2LYX 433 // uwestoehr: Armenian support via polyglossia/XeTeX
#if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
#ifndef _MSC_VER