diff options
| author | hathach <[email protected]> | 2021-10-13 17:31:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-13 17:32:34 +0700 |
| commit | 5cfe2930012d1dbec85e0923e0eda2d9aec867e6 (patch) | |
| tree | 0cb085ef234c696baab7ebd291e3ae4d7e386837 /src | |
| parent | 9da234cd7c73786624970206d7b7b7361275a6b7 (diff) | |
update changelog and increase version for 0.12.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 b2ebfdf66..e49fc0119 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 11 +#define TUSB_VERSION_MINOR 12 #define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION) |
