Skip to content

Commit 61958bb

Browse files
committed
[ADDITIVE] Update release files
1 parent 90f6016 commit 61958bb

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Administrative/releaseFiles/release_notes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
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

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

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

0 commit comments

Comments
 (0)