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 12, 2020
1 parent d76bbe3 commit 51c82b9
Show file tree
Hide file tree
Showing 10 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.12.0
:revnumber: 1.0.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.12.0
:revnumber: 1.0.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.12
@version 1.0
@copyright Copyright (C)2020 kounch
@date 2020/05/31

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

@{c}knloader Manual

@{c}Version 0.12
@{c}Version 1.0

@{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.12
@version 1.0
@copyright Copyright (C)2020 kounch
@date 2020/06/13

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

@{c}Manual de knloader

@{c}Versión 0.12
@{c}Versión 1.0

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

95 ; Load Menu Items
100 GO SUB 4900:; Load Cache To RAM
Expand Down
2 changes: 1 addition & 1 deletion locale/es/knloader.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'9,1;"Press C or joystick secondary to hide/show images"'='9,1;"C o segundo disparo para mostrar/ocultar imagenes"'
'13,1;"Press X to exit"'='13,1;"Pulse X para salir"'
'15,1;"Press H to show this help"'='15,1;"Pulse H para ver esta ayuda"'
'19,5;"Press any key or button to close this window"'='19,5;"Pulse cualquier tecla o boton para cerrar la ayuda"'
'19,5;"Press any key or button to close this window"'='19,4;"Pulse cualquier tecla o boton para cerrar la ayuda"'
'm$="3DOS (Next)"'='m$="3DOS (Next)"'
'm$="TAP"'='m$="TAP"'
'm$="TZX (fast)"'='m$="TZX (rapido)"'
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.12'
__MY_VERSION__ = '1.0'

DICT_EXTS = {
'nex': 15,
Expand Down
2 changes: 1 addition & 1 deletion utils/cache2bdt.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from pathlib2 import Path

__MY_NAME__ = 'cache2bdt.py'
__MY_VERSION__ = '0.12'
__MY_VERSION__ = '1.0'

__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.12'
__MY_VERSION__ = '1.0'

__MAXNAME_L__ = 23
__MAXPATH_L__ = 65
Expand Down

0 comments on commit 51c82b9

Please sign in to comment.