Bump version

This commit is contained in:
MysterD 2022-04-29 22:13:16 -07:00
parent 3dab069f87
commit 41ccd61684
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
#define VERSION_H
#define UNSTABLE_BRANCH
#define VERSION_NUMBER 25
#define MINOR_VERSION_NUMBER 1
#define VERSION_NUMBER 26
#define MINOR_VERSION_NUMBER 0
#define MAX_VERSION_LENGTH 10
char* get_version(void);