diff options
| author | Mengsk <[email protected]> | 2025-10-06 17:13:56 +0200 |
|---|---|---|
| committer | Mengsk <[email protected]> | 2025-10-06 17:13:56 +0200 |
| commit | fedcdefa3d6f677aaa7dbd97577facd719eceadb (patch) | |
| tree | 00c3d236e1e13448ff63a1b39c76e9ce7b252acb /src/tusb_option.h | |
| parent | 5ac0bed779ec43cc74f8ed990a01165139454267 (diff) | |
| parent | 7a96291bf1fc88b7bacd387f1b236fa89470045f (diff) | |
Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 80060914b..378b5607e 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -31,7 +31,7 @@ // Version is release as major.minor.revision eg 1.0.0 #define TUSB_VERSION_MAJOR 0 -#define TUSB_VERSION_MINOR 18 +#define TUSB_VERSION_MINOR 19 #define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_NUMBER (TUSB_VERSION_MAJOR * 10000 + TUSB_VERSION_MINOR * 100 + TUSB_VERSION_REVISION) |
