Skip to content

Commit

Permalink
Prepare version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kounch committed Jun 2, 2020
1 parent f9710e4 commit cca8557
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Manual_en.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= knloader English Manual
:author: kounch
:revnumber: 0.2.0
:revnumber: 0.3.0
:doctype: book
:email: kounch@users.noreply.github.com
:Revision: 1.0
Expand Down
4 changes: 2 additions & 2 deletions docs/knloader.gde
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@title knloader Manual
@author kounch
@version 0.2
@version 0.3
@copyright Copyright (C)2020 kounch
@date 2020/05/31

Expand All @@ -12,7 +12,7 @@

@{c}knloader Manual

@{c}Version 0.2
@{c}Version 0.3

@{h1}

Expand Down
2 changes: 1 addition & 1 deletion knlauncher.bas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
50 LET %s=%REG 7&3:RUN AT 2
60 ON ERROR PRINT "ERROR":ERROR TO e,l:PRINT e,l:PAUSE 0:RUN AT %s:FOR %a=0 TO 15:CLOSE # %a:NEXT %a:ERASE:ON ERROR
70 LAYER CLEAR:SPRITE CLEAR:PALETTE CLEAR:PAPER 7:BORDER 7:INK 0:CLS
80 OPEN # 6,"w>22,1,1,32,4":PRINT #6;AT 0,0;">> knlauncher v0.2 >> (c) kounch 2020":CLOSE # 6
80 OPEN # 6,"w>22,1,1,32,4":PRINT #6;AT 0,0;">> knlauncher v0.3>> (c) kounch 2020":CLOSE # 6
90 LET x=USR 5808:LOAD "c:/nextzxos/usr0.bin"CODE 32768

200 ; Load Options
Expand Down
2 changes: 1 addition & 1 deletion knloader.bas
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
60 ON ERROR PRINT "ERROR":ERROR TO e,l:PRINT e,l:PAUSE 0:RUN AT %s:FOR %a=0 TO 15:CLOSE # %a:NEXT %a:ERASE:ON ERROR
70 GO SUB %7000:; Load Defaults
80 LAYER CLEAR:SPRITE CLEAR:PALETTE CLEAR:PAPER tinta:BORDER tinta:INK papel:CLS
90 PRINT AT 5,14;"> knloader v0.2 <":PRINT AT 8,16;"© kounch 2020":PRINT AT 15,15;"Press H for help"
90 PRINT AT 5,14;"> knloader v0.3<":PRINT AT 8,16;"© kounch 2020":PRINT AT 15,15;"Press H for help"

95 ; Load Menu Items
100 GO SUB %5000:; Load Cache
Expand Down

0 comments on commit cca8557

Please sign in to comment.