File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Administrative/releaseFiles Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 88 * Changed or Information
99===============================================================================
1010
11- 24/04/2024 3.13.4
11+ 08/05/2025 3.13.5
12+ ----------------------------------------------------
13+ - Fixed bug introduced in 3.13.4 where rows couldn't be removed in some table editors
14+ - Fixed a crash when creating a register inside a register file inside another register file
15+ * Changed default AUB for CPUs and address spaces to 8 bits
16+
17+ 24/04/2025 3.13.4
1218----------------------------------------------------
1319* Reworked memory designer to correctly show memory connections
1420 * Designer now shows each address space as separate connection sets
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.4 64-bit"
5+ !define PRODUCT_VERSION " 3.13.5 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.35 .0
13+ #define VERSION_FULL 3.13.5 .0
1414
1515#define VERSION_BASEYEAR 0
1616#define VERSION_DATE "2025-05-08"
17- #define VERSION_TIME "14:00:51 "
17+ #define VERSION_TIME "14:18:32 "
1818
1919#define VERSION_MAJOR 3
2020#define VERSION_MINOR 13
21- #define VERSION_BUILDNO 35
21+ #define VERSION_BUILDNO 5
2222#define VERSION_EXTEND 0
2323
24- #define VERSION_FILE 3,13,35 ,0
25- #define VERSION_PRODUCT 3,13,35 ,0
26- #define VERSION_FILESTR "3,13,35 ,0"
27- #define VERSION_PRODUCTSTR "3,13,35 ,0"
24+ #define VERSION_FILE 3,13,5 ,0
25+ #define VERSION_PRODUCT 3,13,5 ,0
26+ #define VERSION_FILESTR "3,13,5 ,0"
27+ #define VERSION_PRODUCTSTR "3,13,5 ,0"
2828
2929#endif
You can’t perform that action at this time.
0 commit comments