Skip to content

Commit 17036a5

Browse files
committed
[CORRECTIVE] Fixed importer crash with file set sources.
1 parent 448ec2b commit 17036a5

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

IPXACTmodels/Component/Component.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ void Component::setAuthor(QString const& author)
853853
if (extension->type() == QLatin1String("kactus2:author"))
854854
{
855855
getVendorExtensions()->removeAll(extension);
856+
break;
856857
}
857858
}
858859

version.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
#ifndef VERSIONNO__H
1111
#define VERSIONNO__H
1212

13-
#define VERSION_FULL 3.14.1.0
13+
#define VERSION_FULL 3.14.3.0
1414

1515
#define VERSION_BASEYEAR 0
16-
#define VERSION_DATE "2026-05-27"
17-
#define VERSION_TIME "14:33:00"
16+
#define VERSION_DATE "2026-06-18"
17+
#define VERSION_TIME "10:00:43"
1818

1919
#define VERSION_MAJOR 3
2020
#define VERSION_MINOR 14
21-
#define VERSION_BUILDNO 1
21+
#define VERSION_BUILDNO 3
2222
#define VERSION_EXTEND 0
2323

24-
#define VERSION_FILE 3,14,1,0
25-
#define VERSION_PRODUCT 3,14,1,0
26-
#define VERSION_FILESTR "3,14,1,0"
27-
#define VERSION_PRODUCTSTR "3,14,1,0"
24+
#define VERSION_FILE 3,14,3,0
25+
#define VERSION_PRODUCT 3,14,3,0
26+
#define VERSION_FILESTR "3,14,3,0"
27+
#define VERSION_PRODUCTSTR "3,14,3,0"
2828

2929
#endif

0 commit comments

Comments
 (0)