From 738ef127bdf4d5dd3faf32f3ccbb9a9f20f4b910 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 31 Dec 2015 09:40:23 -0500 Subject: [PATCH] bump version number. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 6f331e8..35a760f 100644 --- a/main.c +++ b/main.c @@ -105,7 +105,7 @@ void ShutDown(word flags, Boolean force, displayPtr fx) } } -#define VERSION "0.2" +#define VERSION "0.3" static void version(void) { fputs("Marignotti " VERSION "\n", stdout);