Skip to content

Commit

Permalink
update year
Browse files Browse the repository at this point in the history
  • Loading branch information
xulihang committed Apr 23, 2024
1 parent 1fac18a commit 0d8b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicCAT/BasicCAT.b4j
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ Sub MenuBar1_Action
Case "_About"
Dim version As String
version=File.ReadString(File.DirAssets,"version.txt")
fx.Msgbox(MainForm,"BasicCAT "&version&CRLF&"@xulihang 2023","BasicCAT")
fx.Msgbox(MainForm,"BasicCAT "&version&CRLF&"@xulihang 2024","BasicCAT")
End Select
End Sub

Expand Down

0 comments on commit 0d8b386

Please sign in to comment.