Bumped version number to 8

This commit is contained in:
MysterD 2021-08-08 16:51:44 -07:00
parent a5b8483100
commit 83f84fc3c0

View file

@ -2,7 +2,7 @@
#define VERSION_H
#define UNSTABLE_BRANCH
#define VERSION_NUMBER 7
#define VERSION_NUMBER 8
#define MAX_VERSION_LENGTH 10
char* get_version(void);