Bumped version

This commit is contained in:
MysterD 2022-06-01 23:04:41 -07:00
parent efaf87ab11
commit ebecb79af3
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#ifndef VERSION_H
#define VERSION_H
#define VERSION_NUMBER 28
#define MINOR_VERSION_NUMBER 1
#define VERSION_NUMBER 29
#define MINOR_VERSION_NUMBER 0
#define MAX_VERSION_LENGTH 10
char* get_version(void);