From: Lars Gullik Bjønnes Date: Sun, 8 Jul 2001 13:00:28 +0000 (+0000) Subject: up the file format number X-Git-Tag: 1.6.10~21115 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8f9acf64a9fd42ee1b310360c1fd154d3c812f20;p=lyx.git up the file format number git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2206 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index 336f7566a0..e53a39a186 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-07-08 Lars Gullik Bjønnes + * buffer.C: up' the LYX_FORMAT + * lyxfont.h: turn NO_LATEX on as default * buffer.C (insertErtContents): new methods of tex style compability. diff --git a/src/buffer.C b/src/buffer.C index b2310f8b6c..f2dcf5d428 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -127,7 +127,7 @@ extern LyXAction lyxaction; namespace { -const int LYX_FORMAT = 218; +const int LYX_FORMAT = 220; } // namespace anon