From: Juergen Spitzmueller Date: Fri, 23 Nov 2012 09:27:30 +0000 (+0100) Subject: Increase Layout format also in the source X-Git-Tag: 2.1.0beta1~1232 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=32d2e30e3d3748b8f517d1eb8cc0c76f71ecb7dd;p=features.git Increase Layout format also in the source --- diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 55b90c6cfe..d0a9f0d61b 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -60,7 +60,7 @@ namespace lyx { // development/tools/updatelayouts.sh script, to update the format of // all of our layout files. // -int const LAYOUT_FORMAT = 40; // rgh categorized layouts +int const LAYOUT_FORMAT = 41; // spitz: new InsetArgument syntax namespace {