increase TUSB_VERSION_ to 0.8.0

This commit is contained in:
hathach 2021-02-05 22:37:22 +07:00
parent 56b319d2d5
commit 465ea7a66e
1 changed files with 1 additions and 1 deletions

View File

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