Add ifndef guard for VERSION

This commit is contained in:
Ultracoolguy 2020-12-02 15:47:22 -04:00 committed by Eyal Sawady
parent f9cf6faa70
commit 6d74f2c4b9
No known key found for this signature in database
GPG Key ID: 604D3459E53A9952
1 changed files with 4 additions and 0 deletions

4
main.c
View File

@ -17,6 +17,10 @@
#include <unistd.h>
#include <getopt.h>
#ifndef VERSION
#define VERSION "unknown"
#endif
#define NUM_PLAYERS 10
#define NUM_SHORT 6
#define NUM_LONG 2