Bumped version number to unst 7

This commit is contained in:
MysterD 2021-07-31 17:27:41 -07:00
parent a3ec2be953
commit 8a5ee234b2
1 changed files with 1 additions and 1 deletions

View File

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