diff options
| author | Ha Thach <[email protected]> | 2022-02-23 13:07:29 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-23 13:07:29 +0700 |
| commit | fa895ed3dc46d5aa5e11b19ff07beb6fcfc62655 (patch) | |
| tree | 26ec59a6faef80484fc49cd6c1131055191bf9d8 /src/tusb_option.h | |
| parent | 8a6fe8a8f398f460d0f2c3575c529e9b4d1b9785 (diff) | |
| parent | 566e3abcea0b987a832116d0a48bde5890bdee3d (diff) | |
Merge pull request #1341 from hathach/release-0.13.00.13.0
increase version, update doc for release
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 c78fc471e..cb49c85ce 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 12 +#define TUSB_VERSION_MINOR 13 #define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION) |
