Skip to content

Commit 2741cfd

Browse files
committed
[PERFECTIVE] Update release files
1 parent b58d0c5 commit 2741cfd

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

Administrative/releaseFiles/release_notes.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
* Changed or Information
99
===============================================================================
1010

11+
08/12/2023 3.13.0
12+
----------------------------------------------------
13+
+ Added IP-XACT 2022 standard support for existing Kactus2 workflows
14+
* Now possible to create and edit IP-XACT components compliant with the new 2022 IP-XACT standard
15+
* Old 2014 standard is still supported
16+
* IPs can be filtered by standard revision in the library
17+
* Power domains added as a new feature of the IP-XACT 2022 standard
18+
19+
- Fixed memory map visualization not showing overlap in some cases
20+
- Other fixes and tweaks in memory map visualization
21+
- Fixed Linux build issues (community contribution)
22+
- Fixed crashing when starting PythonAPI from Python
1123

1224
07/06/2023 3.12.0
1325
----------------------------------------------------

Administrative/releaseFiles/setupx64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "Kactus2"
5-
!define PRODUCT_VERSION "3.12.0 64-bit"
5+
!define PRODUCT_VERSION "3.13.0 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}"

version.h

Lines changed: 7 additions & 7 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.12.1143.0
13+
#define VERSION_FULL 3.13.0.0
1414

1515
#define VERSION_BASEYEAR 0
1616
#define VERSION_DATE "2023-12-08"
1717
#define VERSION_TIME "07:56:48"
1818

1919
#define VERSION_MAJOR 3
20-
#define VERSION_MINOR 12
21-
#define VERSION_BUILDNO 1143
20+
#define VERSION_MINOR 13
21+
#define VERSION_BUILDNO 0
2222
#define VERSION_EXTEND 0
2323

24-
#define VERSION_FILE 3,12,1143,0
25-
#define VERSION_PRODUCT 3,12,1143,0
26-
#define VERSION_FILESTR "3,12,1143,0"
27-
#define VERSION_PRODUCTSTR "3,12,1143,0"
24+
#define VERSION_FILE 3,13,0,0
25+
#define VERSION_PRODUCT 3,13,0,0
26+
#define VERSION_FILESTR "3,13,0,0"
27+
#define VERSION_PRODUCTSTR "3,13,0,0"
2828

2929
#endif

0 commit comments

Comments
 (0)