update changelog and increase version for 0.12.0

This commit is contained in:
hathach
2021-10-13 17:31:57 +07:00
parent 9da234cd7c
commit 5cfe293001
4 changed files with 35 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
#define _TUSB_OPTION_H_
#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 11
#define TUSB_VERSION_MINOR 12
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)