diff --git a/Administrative/releaseFiles/release_notes.txt b/Administrative/releaseFiles/release_notes.txt index c1ad8af3f..2701b5f2f 100644 --- a/Administrative/releaseFiles/release_notes.txt +++ b/Administrative/releaseFiles/release_notes.txt @@ -8,6 +8,18 @@ * Changed or Information =============================================================================== +08/12/2023 3.13.0 +---------------------------------------------------- ++ Added IP-XACT 2022 standard support for existing Kactus2 workflows + * Now possible to create and edit IP-XACT components compliant with the new 2022 IP-XACT standard + * Old 2014 standard is still supported + * IPs can be filtered by standard revision in the library + * Power domains added as a new feature of the IP-XACT 2022 standard + +- Fixed memory map visualization not showing overlap in some cases +- Other fixes and tweaks in memory map visualization +- Fixed Linux build issues (community contribution) +- Fixed crashing when starting PythonAPI from Python 07/06/2023 3.12.0 ---------------------------------------------------- diff --git a/Administrative/releaseFiles/setupx64.nsi b/Administrative/releaseFiles/setupx64.nsi index effa4cc37..5f7b30498 100644 --- a/Administrative/releaseFiles/setupx64.nsi +++ b/Administrative/releaseFiles/setupx64.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Kactus2" -!define PRODUCT_VERSION "3.12.0 64-bit" +!define PRODUCT_VERSION "3.13.0 64-bit" !define PRODUCT_PUBLISHER "TUNI" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Kactus2.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" diff --git a/version.h b/version.h index b0b55fac5..3f6876310 100644 --- a/version.h +++ b/version.h @@ -10,20 +10,20 @@ #ifndef VERSIONNO__H #define VERSIONNO__H -#define VERSION_FULL 3.12.1143.0 +#define VERSION_FULL 3.13.0.0 #define VERSION_BASEYEAR 0 #define VERSION_DATE "2023-12-08" #define VERSION_TIME "07:56:48" #define VERSION_MAJOR 3 -#define VERSION_MINOR 12 -#define VERSION_BUILDNO 1143 +#define VERSION_MINOR 13 +#define VERSION_BUILDNO 0 #define VERSION_EXTEND 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" +#define VERSION_FILE 3,13,0,0 +#define VERSION_PRODUCT 3,13,0,0 +#define VERSION_FILESTR "3,13,0,0" +#define VERSION_PRODUCTSTR "3,13,0,0" #endif