Skip to content

Commit efddae8

Browse files
Bump version to v1.5 (final)
1 parent 63b67e9 commit efddae8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Home Page: https://a2desktop.com
44

55
Project Page: https://github.com/a2stuff/a2d
66

7-
## 1.5 Beta
7+
## 1.5
88

99
### General
1010

src/config.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
.define kDeskTopProductName "Apple II DeskTop"
1616
kDeskTopVersionMajor = 1
1717
kDeskTopVersionMinor = 5
18-
.define kDeskTopVersionSuffix "-beta1"
19-
.define kBuildDate "October 28, 2025"
18+
.define kDeskTopVersionSuffix ""
19+
.define kBuildDate "November 13, 2025"
2020
kBuildYYYY = 2025
2121
kBuildYY = 25
22-
kBuildMM = 10
23-
kBuildDD = 28
22+
kBuildMM = 11
23+
kBuildDD = 13
2424

2525
;;; Localization - applies language suffix to filename
2626

0 commit comments

Comments
 (0)