bump version number.

This commit is contained in:
Kelvin Sherlock 2015-12-31 09:40:23 -05:00
parent 500983aac2
commit 738ef127bd
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -105,7 +105,7 @@ void ShutDown(word flags, Boolean force, displayPtr fx)
} }
} }
#define VERSION "0.2" #define VERSION "0.3"
static void version(void) static void version(void)
{ {
fputs("Marignotti " VERSION "\n", stdout); fputs("Marignotti " VERSION "\n", stdout);