bump version number.

This commit is contained in:
Kelvin Sherlock 2016-01-05 20:11:25 -05:00
parent 001f3e166d
commit 1873eefd16
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.3"
#define VERSION "0.4"
static void version(void)
{
fputs("Marignotti " VERSION "\n", stdout);