version 10.3.1

This commit is contained in:
Irmen de Jong 2024-03-21 19:32:16 +01:00
parent 362abfe284
commit e6014ea4dd
2 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
TODO
====
short-circuit evaluation problem?
in imageviewer: if diskio.f_open(filenameptr) and diskio.f_read(scanline_buf, 2)==2 DOESN'T WORK. (operand order swap maybe???)
...

View File

@ -5,4 +5,4 @@ org.gradle.daemon=true
kotlin.code.style=official
javaVersion=11
kotlinVersion=1.9.22
version=10.3-SNAPSHOT
version=10.3.1