Bump version number to 5

This commit is contained in:
MysterD 2021-06-15 21:27:59 -07:00
parent 939318041e
commit 52d07c4dde

View file

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