Skip to content

Commit

Permalink
Bump verson to v1.2-alpha27
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Mar 5, 2021
1 parent 4684749 commit d5082ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion desk.acc/date.s
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5082ff

Please sign in to comment.