From 86473d5556578639610b4e280fdcb8141c49ef2b Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 29 Sep 2012 20:06:39 +0200 Subject: [PATCH] Bump LFUN format for LyX 2.1 --- src/LyXAction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXAction.h b/src/LyXAction.h index cbe59b95a9..77cc5b084c 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -22,7 +22,7 @@ namespace lyx { // current LFUN format -static unsigned int const LFUN_FORMAT = 1; +static unsigned int const LFUN_FORMAT = 2; class FuncRequest; class LyXErr; -- 2.39.5