Prepare version number so I don't forget later.
This commit is contained in:
parent
06d5ddb0cc
commit
2a3e97f4bc
@ -11,7 +11,7 @@ static bool run;
|
|||||||
void leave();
|
void leave();
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
puts("Indivisible v0.4\n");
|
puts("Indivisible v0.5\n");
|
||||||
|
|
||||||
// Quit on ^C by setting `run = false'
|
// Quit on ^C by setting `run = false'
|
||||||
run = true;
|
run = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user