We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b67e9 commit efddae8Copy full SHA for efddae8
2 files changed
RELEASE-NOTES.md
@@ -4,7 +4,7 @@ Home Page: https://a2desktop.com
4
5
Project Page: https://github.com/a2stuff/a2d
6
7
-## 1.5 Beta
+## 1.5
8
9
### General
10
src/config.inc
@@ -15,12 +15,12 @@
15
.define kDeskTopProductName "Apple II DeskTop"
16
kDeskTopVersionMajor = 1
17
kDeskTopVersionMinor = 5
18
-.define kDeskTopVersionSuffix "-beta1"
19
-.define kBuildDate "October 28, 2025"
+.define kDeskTopVersionSuffix ""
+.define kBuildDate "November 13, 2025"
20
kBuildYYYY = 2025
21
kBuildYY = 25
22
-kBuildMM = 10
23
-kBuildDD = 28
+kBuildMM = 11
+kBuildDD = 13
24
25
;;; Localization - applies language suffix to filename
26
0 commit comments