Skip to content

Commit

Permalink
help1.asm: bump version to 0.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Jun 18, 2024
1 parent 2675411 commit 414510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help1.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helpPageCount equ (helpPagesEnd-helpPages)/2

msgHelpPage1:
.db escapeLargeFont, "RPN83P", Lenter
.db escapeSmallFont, "v0.12.0", Shyphen, "beta1 (2024", Shyphen, "06", Shyphen, "17)", Senter
.db escapeSmallFont, "v0.12.0", Shyphen, "rc1 (2024", Shyphen, "06", Shyphen, "18)", Senter
; .db escapeSmallFont, "v0.11.0 (2024", Shyphen, "05", Shyphen, "28)", Senter
.db "(c) 2023", Shyphen, "2024 Brian T. Park", Senter
.db Senter
Expand Down

0 comments on commit 414510f

Please sign in to comment.