Skip to content

Commit

Permalink
Version up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kounch committed Jul 7, 2020
1 parent 3c7db8b commit b3eb2df
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.9.0
:revnumber: 0.10.0
:doctype: book
:email: kounch@users.noreply.github.com
:Revision: 1.0
Expand Down
2 changes: 1 addition & 1 deletion docs/Manual_es.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Manual de knloader
:author: kounch
:revnumber: 0.9.0
:revnumber: 0.10.0
:doctype: book
:email: kounch@users.noreply.github.com
:Revision: 1.0
Expand Down
4 changes: 2 additions & 2 deletions docs/knloader_en.gde
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@title knloader Manual
@author kounch
@version 0.9
@version 0.10
@copyright Copyright (C)2020 kounch
@date 2020/05/31

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

@{c}knloader Manual

@{c}Version 0.9
@{c}Version 0.10

@{h1}

Expand Down
4 changes: 2 additions & 2 deletions docs/knloader_es.gde
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@title Manual de knloader
@author kounch
@version 0.9
@version 0.10
@copyright Copyright (C)2020 kounch
@date 2020/06/13

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

@{c}Manual de knloader

@{c}Versión 0.9
@{c}Versión 0.10

@{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.9 >> (c) kounch 2020":CLOSE # 6
80 OPEN # 6,"w>22,1,1,32,4":PRINT #6;AT 0,0;">> knlauncher v0.10 >> (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.9 <":PRINT AT 8,16;"© kounch 2020":PRINT AT 15,15;"Press H for help"
90 PRINT AT 5,14;"> knloader v0.10 <":PRINT AT 8,16;"© kounch 2020":PRINT AT 15,15;"Press H for help"

95 ; Load Menu Items
100 GO SUB 4900:; Load Cache To RAM
Expand Down
2 changes: 1 addition & 1 deletion utils/bdt_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from pathlib2 import Path

__MY_NAME__ = 'bdt_builder.py'
__MY_VERSION__ = '0.9'
__MY_VERSION__ = '0.10'

LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.INFO)
Expand Down
4 changes: 2 additions & 2 deletions utils/cache2bdt.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
except (ImportError, AttributeError):
from pathlib2 import Path

__MY_NAME__ = 'cache_converter.py'
__MY_VERSION__ = '0.9'
__MY_NAME__ = 'cache2bdt.py'
__MY_VERSION__ = '0.10'

__MAXNAME_L__ = 23
__MAXPATH_L__ = 65
Expand Down
2 changes: 1 addition & 1 deletion utils/cache_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from pathlib2 import Path

__MY_NAME__ = 'cache_builder.py'
__MY_VERSION__ = '0.9'
__MY_VERSION__ = '0.10'

__MAXNAME_L__ = 23
__MAXPATH_L__ = 65
Expand Down

0 comments on commit b3eb2df

Please sign in to comment.