diff options
-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" |