Bump version

This commit is contained in:
MysterD 2022-04-29 22:13:16 -07:00
parent 180bf952b1
commit 8f35305d33
1 changed files with 2 additions and 2 deletions

View File

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