aboutsummaryrefslogtreecommitdiff
path: root/dla2img.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dla2img.sh')
-rwxr-xr-xdla2img.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/dla2img.sh b/dla2img.sh
index 4258947..808f688 100755
--- a/dla2img.sh
+++ b/dla2img.sh
@@ -15,6 +15,9 @@
SELF="`basename $0`"
+# This line may get changed by the Makefile (do not hand-edit):
+VERSION=0.2.1
+
# allow overriding magick path via environment.
if [ "$MAGICK" = "" ]; then
MAGICK="magick"
@@ -31,7 +34,7 @@ OUTFILE="$2"
if [ -z "$INFILE" -o -z "$OUTFILE" -o "$INFILE" = "-h" -o "$INFILE" = "--help" ]; then
cat <<EOF
-$SELF - convert saved files from dla.xex to image files.
+$SELF v$VERSION - convert dla.xex saved files to image files.
Usage: $SELF [dla-file] [image-file] <magick-arguments ...>