Skip to content

Commit

Permalink
QWK
Browse files Browse the repository at this point in the history
1) Add version number string and update date
  • Loading branch information
dmcoles committed May 19, 2022
1 parent 0898fd3 commit 1108d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qwk.e
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ PROC main() HANDLE
DEF optionName[255]:STRING
DEF optionValue[255]:STRING

WriteF('Ami-Express QWK file processor Copyright 2020 Darren Coles\n')
WriteF('Ami-Express QWK file processor (v1.1) Copyright 2022 Darren Coles\n')

myargs:=[0,0]:LONG
IF rdargs:=ReadArgs('CFG/A',myargs,NIL)
Expand Down

0 comments on commit 1108d03

Please sign in to comment.