Bumped version number to 8

This commit is contained in:
MysterD 2021-08-08 16:51:44 -07:00
parent 4d6a9b4dc3
commit 2bd85a8ea4
1 changed files with 1 additions and 1 deletions

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);