diff --git a/config.inc b/config.inc index c7398dd1..052ca062 100644 --- a/config.inc +++ b/config.inc @@ -14,8 +14,8 @@ .define kDeskTopProductName "Apple II DeskTop" kDeskTopVersionMajor = 1 kDeskTopVersionMinor = 2 -.define kDeskTopVersionSuffix "-alpha26" -.define kBuildDate "March 2, 2021" +.define kDeskTopVersionSuffix "-alpha27" +.define kBuildDate "March 4, 2021" ;;; Localization - applies language suffix to filename diff --git a/desk.acc/date.s b/desk.acc/date.s index db97e988..4cd06fe9 100644 --- a/desk.acc/date.s +++ b/desk.acc/date.s @@ -164,7 +164,7 @@ datelo: .byte 0 datehi: .byte 0 ;;; Originally Feb 26, 1985 (the author date?); now updated by build. -day: .byte 2 +day: .byte 4 month: .byte 3 year: .byte 21