Skip to content

Commit

Permalink
[PERFECTIVE] Updated files for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
epekkar committed Nov 13, 2019
1 parent 7709345 commit ed33f1a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions Administrative/releaseFiles/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@
* Changed or Information
===============================================================================

13/11/2019 3.8.0
----------------------------------------------------

+ Improved support for Transactional ports
* Added editor in Component Editor
* Added transactional connections and interfaces in Design schematic
* Removed transactional ports from generated Verilog files
+ Added tags for component categorization and searchs in library
+ Improved RTL import
* Added option to browse for files outside file sets
* Added option to select one module/entity from a file containing multiple definitions
+ Added support for file set references in slave bus interfaces
+ Improved editing options for Other Clock Driver timing values

- Fixed an issue where "Save as..." on locked bus definition caused the application to crash
- Fixed Linux Device Tree Generator Plugin to correctly format one device tree instead of multiple

29/03/2019 3.7.0
----------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions Administrative/releaseFiles/setupx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Kactus2"
!define PRODUCT_VERSION "3.7.541 64-bit"
!define PRODUCT_PUBLISHER "TUT"
!define PRODUCT_VERSION "3.8.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}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
Expand Down
18 changes: 9 additions & 9 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.7.722.0
#define VERSION_FULL 3.8.0.0

#define VERSION_BASEYEAR 0
#define VERSION_DATE "2019-11-08"
#define VERSION_TIME "13:36:32"
#define VERSION_DATE "2019-11-13"
#define VERSION_TIME "09:30:53"

#define VERSION_MAJOR 3
#define VERSION_MINOR 7
#define VERSION_BUILDNO 722
#define VERSION_MINOR 8
#define VERSION_BUILDNO 0
#define VERSION_EXTEND 0

#define VERSION_FILE 3,7,722,0
#define VERSION_PRODUCT 3,7,722,0
#define VERSION_FILESTR "3,7,722,0"
#define VERSION_PRODUCTSTR "3,7,722,0"
#define VERSION_FILE 3,8,0,0
#define VERSION_PRODUCT 3,8,0,0
#define VERSION_FILESTR "3,8,0,0"
#define VERSION_PRODUCTSTR "3,8,0,0"

#endif

0 comments on commit ed33f1a

Please sign in to comment.