Bump version to 0.20.0

This commit is contained in:
hathach
2025-11-19 22:27:47 +07:00
parent 9d7b401c3d
commit f6a77b87f0
8 changed files with 452 additions and 42 deletions

View File

@ -31,7 +31,7 @@
// Version is release as major.minor.revision eg 1.0.0
#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 19
#define TUSB_VERSION_MINOR 20
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_NUMBER (TUSB_VERSION_MAJOR * 10000 + TUSB_VERSION_MINOR * 100 + TUSB_VERSION_REVISION)