Skip to content

Commit

Permalink
[CORRECTIVE] Commenting the line that prevents the project from loadi…
Browse files Browse the repository at this point in the history
…ng because of deleted files in the library.
  • Loading branch information
VasiliiFeshchenko committed Jul 10, 2024
1 parent 44068ed commit a7e4311
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion KactusAPI/library/hierarchyitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ QObject(parent),
connect(this, SIGNAL(noticeMessage(QString const&)),
parent, SIGNAL(noticeMessage(QString const&)), Qt::UniqueConnection);

Q_ASSERT(handler->contains(vlnv));
//Q_ASSERT(handler->contains(vlnv));

VLNV::IPXactType documentType = library_->getDocumentType(vlnv);
if (documentType == VLNV::COMPONENT)
Expand Down
16 changes: 8 additions & 8 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
#ifndef VERSIONNO__H
#define VERSIONNO__H

#define VERSION_FULL 3.13.390.0
#define VERSION_FULL 3.13.391.0

#define VERSION_BASEYEAR 0
#define VERSION_DATE "2024-07-05"
#define VERSION_TIME "19:55:06"
#define VERSION_DATE "2024-07-10"
#define VERSION_TIME "20:56:19"

#define VERSION_MAJOR 3
#define VERSION_MINOR 13
#define VERSION_BUILDNO 390
#define VERSION_BUILDNO 391
#define VERSION_EXTEND 0

#define VERSION_FILE 3,13,390,0
#define VERSION_PRODUCT 3,13,390,0
#define VERSION_FILESTR "3,13,390,0"
#define VERSION_PRODUCTSTR "3,13,390,0"
#define VERSION_FILE 3,13,391,0
#define VERSION_PRODUCT 3,13,391,0
#define VERSION_FILESTR "3,13,391,0"
#define VERSION_PRODUCTSTR "3,13,391,0"

#endif

0 comments on commit a7e4311

Please sign in to comment.