diff --git a/editors/ComponentEditor/componenteditor.cpp b/editors/ComponentEditor/componenteditor.cpp index e1635339c..7986baac9 100644 --- a/editors/ComponentEditor/componenteditor.cpp +++ b/editors/ComponentEditor/componenteditor.cpp @@ -612,11 +612,12 @@ void ComponentEditor::addHWItems(ComponentEditorRootItem* root, root->addChildItem(createParametersItem(root)); auto docRevision = component_->getRevision(); - if (docRevision == Document::Revision::Std22) - { - root->addChildItem(QSharedPointer(new TypeDefinitionsItem(&navigationModel_, - libHandler_, component_, root))); - } + // TODO: Enable, when type definitions are supported. +// if (docRevision == Document::Revision::Std22) +// { +// root->addChildItem(QSharedPointer(new TypeDefinitionsItem(&navigationModel_, +// libHandler_, component_, root))); +// } root->addChildItem(QSharedPointer(new ComponentEditorFileSetsItem( &navigationModel_, libHandler_, component_, referenceCounter_, parameterFinder_, diff --git a/version.h b/version.h index 0b596f0b8..b0b55fac5 100644 --- a/version.h +++ b/version.h @@ -10,20 +10,20 @@ #ifndef VERSIONNO__H #define VERSIONNO__H -#define VERSION_FULL 3.12.1142.0 +#define VERSION_FULL 3.12.1143.0 #define VERSION_BASEYEAR 0 -#define VERSION_DATE "2023-12-07" -#define VERSION_TIME "13:01:29" +#define VERSION_DATE "2023-12-08" +#define VERSION_TIME "07:56:48" #define VERSION_MAJOR 3 #define VERSION_MINOR 12 -#define VERSION_BUILDNO 1142 +#define VERSION_BUILDNO 1143 #define VERSION_EXTEND 0 -#define VERSION_FILE 3,12,1142,0 -#define VERSION_PRODUCT 3,12,1142,0 -#define VERSION_FILESTR "3,12,1142,0" -#define VERSION_PRODUCTSTR "3,12,1142,0" +#define VERSION_FILE 3,12,1143,0 +#define VERSION_PRODUCT 3,12,1143,0 +#define VERSION_FILESTR "3,12,1143,0" +#define VERSION_PRODUCTSTR "3,12,1143,0" #endif