mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 12:05:40 +00:00
Bump version to 0.20.0
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user