diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-04 03:03:31 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-04 03:03:31 -0400 |
commit | aaf904c87b3cfd95d3dde1c569cc3356bf803eb8 (patch) | |
tree | c6c1425b0f84ad1a83be972afac04339cbbfa965 | |
parent | 06adbef5e19f2838fbbbd02ca22f414800c15313 (diff) | |
download | dla-asm-aaf904c87b3cfd95d3dde1c569cc3356bf803eb8.tar.gz |
Bump version to 0.1.0.
-rw-r--r-- | dla.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -764,7 +764,7 @@ ci_done: ; banner and saveprompt must start with a clear-screen code. banner: .byte $7d, "Diffusion Limited Aggregate",$9b - .byte "Urchlay's ASM version 0.0.99",$9b,$9b + .byte "Urchlay's ASM version 0.1.0",$9b,$9b .byte "Particle count range: 1 to 65535",$9b .byte "How many particles [",$0 |