From 1873eefd1660bd1b5bb290910a8f0bf756f21ad6 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 5 Jan 2016 20:11:25 -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 35a760f..2fe0b97 100644 --- a/main.c +++ b/main.c @@ -105,7 +105,7 @@ void ShutDown(word flags, Boolean force, displayPtr fx) } } -#define VERSION "0.3" +#define VERSION "0.4" static void version(void) { fputs("Marignotti " VERSION "\n", stdout);