Skip to content

Commit

Permalink
[PERFECTIVE] Update release files
Browse files Browse the repository at this point in the history
  • Loading branch information
hagantsa committed Dec 8, 2023
1 parent b58d0c5 commit 2741cfd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions Administrative/releaseFiles/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Administrative/releaseFiles/setupx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
14 changes: 7 additions & 7 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.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

0 comments on commit 2741cfd

Please sign in to comment.