From: Uwe Stöhr Date: Thu, 21 Jun 2012 23:20:29 +0000 (+0200) Subject: - FORMAT: notice fileformat change X-Git-Tag: 2.1.0beta1~1760 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c695e5fb38c92535678562d159e7b58288229735;p=features.git - FORMAT: notice fileformat change - version.h: fix comments --- diff --git a/development/FORMAT b/development/FORMAT index 1f90698aae..8e8a7e60c4 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -11,6 +11,10 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx. ----------------------- +2012-06-22 Uwe Stöhr + * Format incremented to 433 (1ea2abc7) + switch the Armenian language support from ArmTeX to XeTeX/polyglossia + 2012-06-08 Uwe Stöhr * Format incremented to 432 (7eca5d94) support for the document languages ancientgreek, coptic, divehi, hindi, diff --git a/src/version.h b/src/version.h index 8cd7e93256..d6977a554f 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 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