esp: Bump version to 0.12.1

This version is not based on any specific release of upstream TinyUSB,
it is based on specific commit: after release 0.12 but before 0.13.
This commit is contained in:
Tomas Rezucha 2022-11-22 23:27:24 +01:00
parent 353067b417
commit 942c270d33
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 12
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_REVISION 1
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)
//--------------------------------------------------------------------+