From 4cdf2d5e829ef483b606e5ee2d6ac08dcea85df0 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 19 Sep 2016 09:47:32 +0000 Subject: Updated version number for release. --- Makefile | 2 +- ascii2map.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b37e046..490d266 100644 --- a/Makefile +++ b/Makefile @@ -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" -- cgit v1.2.3