diff options
| author | Ha Thach <[email protected]> | 2021-03-12 15:10:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-12 15:10:47 +0700 |
| commit | 3a27a9405f3354468c9ff8ae2ddd5d350e1ce19a (patch) | |
| tree | 2af9e12a6e5525f7cdb0f7604b5f3e7a75df1b9e /src | |
| parent | d9f0475701c1684d5db1eea284872548a762f4a1 (diff) | |
Release 0.9.0 (#716)0.9.0
* update change log for release
* move changelog into docs/
* more changelog
* increase macro version
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 6cbdefbf1..cafe9e522 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -28,7 +28,7 @@ #define _TUSB_OPTION_H_ #define TUSB_VERSION_MAJOR 0 -#define TUSB_VERSION_MINOR 8 +#define TUSB_VERSION_MINOR 9 #define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION) |
