File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
Administrative/releaseFiles Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 88 * Changed or Information
99===============================================================================
1010
11+ 13/02/2024 3.13.1
12+ ----------------------------------------------------
13+ + Prevent drag & drop between cross-standard revision components, designs etc.
14+ - Fixed missing fields in memory map visualizer on linux
15+ - Fixed crash when adding generated files to fileset when using specific generators
16+ - Fixed modelsim generator crashing in rare cases when changing generation output directory
17+ - Fixed portmap editor for 2022 standard
18+ - Fixed connectivity graph for 2022 standard
19+
112008/12/2023 3.13.0
1221----------------------------------------------------
1322+ Added IP-XACT 2022 standard support for existing Kactus2 workflows
Original file line number Diff line number Diff line change 22
33; HM NIS Edit Wizard helper defines
44!define PRODUCT_NAME " Kactus2"
5- !define PRODUCT_VERSION " 3.13.0 64-bit"
5+ !define PRODUCT_VERSION " 3.13.1 64-bit"
66!define PRODUCT_PUBLISHER " TUNI"
77!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\Kactus2.exe"
88!define PRODUCT_UNINST_KEY " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Original file line number Diff line number Diff line change 1010#ifndef VERSIONNO__H
1111#define VERSIONNO__H
1212
13- #define VERSION_FULL 3.13.150 .0
13+ #define VERSION_FULL 3.13.1 .0
1414
1515#define VERSION_BASEYEAR 0
1616#define VERSION_DATE "2024-02-13"
17- #define VERSION_TIME "12:07:11 "
17+ #define VERSION_TIME "13:57:46 "
1818
1919#define VERSION_MAJOR 3
2020#define VERSION_MINOR 13
21- #define VERSION_BUILDNO 150
21+ #define VERSION_BUILDNO 1
2222#define VERSION_EXTEND 0
2323
24- #define VERSION_FILE 3,13,150 ,0
25- #define VERSION_PRODUCT 3,13,150 ,0
26- #define VERSION_FILESTR "3,13,150 ,0"
27- #define VERSION_PRODUCTSTR "3,13,150 ,0"
24+ #define VERSION_FILE 3,13,1 ,0
25+ #define VERSION_PRODUCT 3,13,1 ,0
26+ #define VERSION_FILESTR "3,13,1 ,0"
27+ #define VERSION_PRODUCTSTR "3,13,1 ,0"
2828
2929#endif
You can’t perform that action at this time.
0 commit comments