Bump LFUN format for LyX 2.1

This commit is contained in:
Pavel Sanda 2012-09-29 20:06:39 +02:00
parent a982bdc5fa
commit 86473d5556

View File

@ -22,7 +22,7 @@
namespace lyx { namespace lyx {
// current LFUN format // current LFUN format
static unsigned int const LFUN_FORMAT = 1; static unsigned int const LFUN_FORMAT = 2;
class FuncRequest; class FuncRequest;
class LyXErr; class LyXErr;