diff options
| author | Ha Thach <[email protected]> | 2023-02-10 17:39:04 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-10 17:39:04 +0700 |
| commit | 86c416d4c0fb38432460b3e11b08b9de76941bf5 (patch) | |
| tree | 38cd7febac00862982f875c2b2437333df75e9e7 /src | |
| parent | c0d79457f61cc4ee27336f430a6f96403bd8b289 (diff) | |
| parent | f0ab6d824eace8d3e8dc8da47fb072ddb1986ac9 (diff) | |
Merge pull request #1890 from hathach/release-0.15.00.15.0
update version to 0.15.0
Diffstat (limited to 'src')
| -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 cf5b21c9c..eb46ce295 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 14 +#define TUSB_VERSION_MINOR 15 #define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION) |
