diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-15 01:03:34 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-15 01:03:34 -0500 |
commit | 5b2aeaf27a176e88dd06efb43a5ea35bed9a17b2 (patch) | |
tree | 2d4dbc423735be7beb4d4ba2ae5e21a6a9a56e7f | |
parent | 9f730b984c58d76733e79d53ff653232c158f0d8 (diff) | |
download | dla-asm-5b2aeaf27a176e88dd06efb43a5ea35bed9a17b2.tar.gz |
Bump version to 0.3.2.
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | dla.xex | bin | 4953 -> 4953 bytes | |||
-rw-r--r-- | dla2csv.xex | bin | 11322 -> 11322 bytes | |||
-rwxr-xr-x | dla2img.sh | 2 | ||||
-rw-r--r-- | dlaver.h | 2 | ||||
-rw-r--r-- | dlaver.inc | 2 |
6 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -0.3.1 +0.3.2 Binary files differdiff --git a/dla2csv.xex b/dla2csv.xex Binary files differindex eaaec27..dd5a06f 100644 --- a/dla2csv.xex +++ b/dla2csv.xex @@ -16,7 +16,7 @@ SELF="`basename $0`" # This line may get changed by the Makefile (do not hand-edit): -VERSION=0.3.1 +VERSION=0.3.2 # allow overriding magick path via environment. if [ "$MAGICK" = "" ]; then @@ -1 +1 @@ -#define VERSION "0.3.1" +#define VERSION "0.3.2" @@ -1 +1 @@ - .define VERSION "0.3.1" + .define VERSION "0.3.2" |