]> git.lyx.org Git - features.git/commitdiff
Increase Layout format also in the source
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 23 Nov 2012 09:27:30 +0000 (10:27 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 23 Nov 2012 09:27:30 +0000 (10:27 +0100)
src/TextClass.cpp

index 55b90c6cfe6f32f0610931d7c609e74089a62f9b..d0a9f0d61b24c1b24ec97065ff5e00203796da41 100644 (file)
@@ -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 {