1.1.0 - bump a3interface & refactor to new api

This commit is contained in:
2023-10-08 14:40:21 -07:00
parent 5dc3b5cb03
commit 1892805fe9
10 changed files with 117 additions and 64 deletions

View File

@@ -1,8 +1,8 @@
#define MAJOR 0
#define MINOR 2
#define MAJOR 1
#define MINOR 1
#define PATCH 0
#define BUILD 20231003
#define VERSION 0.2
#define VERSION 1.1
#define VERSION_STR MAJOR##.##MINOR##.##PATCH##.##BUILD
#define VERSION_AR MAJOR,MINOR,PATCH,BUILD