Update version to 0.14.1

This commit is contained in:
Tomas Rezucha 2022-12-13 14:11:08 +01:00
parent dbef11a5ec
commit 7d72b63313
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef int make_iso_compilers_happy;
#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 14
#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)
//--------------------------------------------------------------------+