diff --git a/compiler/res/version.txt b/compiler/res/version.txt index 234f330ff..4caecc733 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -4.5-SNAPSHOT +4.5 diff --git a/examples/compiled/examples.d64 b/examples/compiled/examples.d64 index 3142fbaa0..30adb7cb5 100644 Binary files a/examples/compiled/examples.d64 and b/examples/compiled/examples.d64 differ diff --git a/examples/compiled/mandelbrot-gfx.prg b/examples/compiled/mandelbrot-gfx.prg index a3d6222f3..730e16e29 100644 Binary files a/examples/compiled/mandelbrot-gfx.prg and b/examples/compiled/mandelbrot-gfx.prg differ diff --git a/examples/compiled/textelite.prg b/examples/compiled/textelite.prg new file mode 100644 index 000000000..4a6b7c93e Binary files /dev/null and b/examples/compiled/textelite.prg differ diff --git a/examples/test.p8 b/examples/test.p8 index 02277c253..6527a8955 100644 --- a/examples/test.p8 +++ b/examples/test.p8 @@ -8,19 +8,6 @@ main { sub start() { - str name = "irmen de jong" - uword strptr = &name - - txt.print("ubyte? ") - void txt.input_chars(name) - ubyte ub = conv.str2ubyte(name) - txt.print_ub(ub) - - txt.print("\nbyte? ") - void txt.input_chars(name) - byte bb = conv.str2byte(name) - txt.print_b(bb) - } asmsub testX() { diff --git a/examples/textelite.p8 b/examples/textelite.p8 index 2f67cbe56..1d719b251 100644 --- a/examples/textelite.p8 +++ b/examples/textelite.p8 @@ -17,7 +17,7 @@ main { sub start() { txt.lowercase() - txt.print("\u000c\n --- TextElite v1.0 by DesertFish ---\n") + txt.print("\u000c\n --- TextElite v1.0 ---\n") galaxy.init(1) galaxy.travel_to(numforLave)