diff options
| author | Ha Thach <[email protected]> | 2022-08-19 21:13:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-19 21:13:09 +0700 |
| commit | f6c1ce5b1cdc4d71a90efbdaff9d785dc0985d69 (patch) | |
| tree | ed7ddb9d87892e3bbd9bfc190ad35c0a0f722adb /src | |
| parent | 792b2fb9564d0baf9d7eff3e723f189df21d9053 (diff) | |
| parent | 961e83e0836879ef9010184404c0f61c933035bf (diff) | |
Merge pull request #1569 from hathach/release-0.14.0
increase version to 0.14.0 for release
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 e0447b10c..e7fc68858 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -33,7 +33,7 @@ typedef int make_iso_compilers_happy; #include "common/tusb_compiler.h" #define TUSB_VERSION_MAJOR 0 -#define TUSB_VERSION_MINOR 13 +#define TUSB_VERSION_MINOR 14 #define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION) |
