Skip to content

Commit 4fa2b78

Browse files
committed
[ADDITIVE] Update release files
1 parent 04e2b32 commit 4fa2b78

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

Administrative/releaseFiles/release_notes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
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+
1120
08/12/2023 3.13.0
1221
----------------------------------------------------
1322
+ Added IP-XACT 2022 standard support for existing Kactus2 workflows

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.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}"

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.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

0 commit comments

Comments
 (0)