bump unstable version number

This commit is contained in:
fgsfds 2021-04-06 02:30:54 +03:00
parent c406222342
commit 06f2011128
1 changed files with 1 additions and 1 deletions

View File

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