diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-09-19 09:47:32 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-09-19 09:47:32 +0000 |
commit | 4cdf2d5e829ef483b606e5ee2d6ac08dcea85df0 (patch) | |
tree | b40e0b959119618a7220c1a4e0976c4a03d4a194 | |
parent | 50f21014e56920997dcd0c09b8320f9762eebe8f (diff) |
Updated version number for release.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | ascii2map.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ ascii2map: ascii2map.c - $(CC) -g -o ascii2map ascii2map.c + $(CC) -o ascii2map ascii2map.c clean: rm -f ascii2map diff --git a/ascii2map.c b/ascii2map.c index 2f6cd97..ac20f75 100644 --- a/ascii2map.c +++ b/ascii2map.c @@ -30,7 +30,7 @@ */ static const char *usage = -"Version 0.4 development\n" +"Version 0.4\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |