Bump version to 0.3.0

This commit is contained in:
Tindy X 2021-07-25 23:35:14 +08:00
parent f9c6fa23f5
commit e06975be4d
No known key found for this signature in database
GPG Key ID: C6AD413169968D58
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#ifndef VERSION_H_INCLUDED
#define VERSION_H_INCLUDED
#define VERSION "V0.2.0"
#define VERSION "V0.3.0"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#endif // VERSION_H_INCLUDED