diff options
| author | Ha Thach <[email protected]> | 2023-11-24 23:38:37 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-24 23:38:37 +0700 |
| commit | 1eb6ce784ca9b8acbbe43dba9f1d9c26c2e80eb0 (patch) | |
| tree | 29b4fd0256e98169bd4130b42acc9c6ad91a95bf /src/tusb_option.h | |
| parent | 2fc9fbe27d6e51e9ef2845cc343495fee0567d28 (diff) | |
| parent | e5588697d5c189cc4ba531ccb67f3af3398d93d1 (diff) | |
Merge pull request #2343 from hathach/release-0.16.00.16.0
Release 0.16.0
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 7920fbf35..6758933d8 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -30,7 +30,7 @@ #include "common/tusb_compiler.h" #define TUSB_VERSION_MAJOR 0 -#define TUSB_VERSION_MINOR 15 +#define TUSB_VERSION_MINOR 16 #define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION) |
