diff options
| author | hathach <[email protected]> | 2021-08-30 12:44:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-30 12:44:38 +0700 |
| commit | 6fadf530e07d99010bc15e6a16402b63fd4af596 (patch) | |
| tree | 98917dfe0dba73800ea0015ade2fbe8adf981b41 /src | |
| parent | bc4145fcb4b2605438f4388e954d3cc302865ae8 (diff) | |
increase version and update changelog
Diffstat (limited to 'src')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index da1a39f1e..a00f3489f 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -28,8 +28,8 @@ #define _TUSB_OPTION_H_ #define TUSB_VERSION_MAJOR 0 -#define TUSB_VERSION_MINOR 10 -#define TUSB_VERSION_REVISION 1 +#define TUSB_VERSION_MINOR 11 +#define TUSB_VERSION_REVISION 0 #define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION) //--------------------------------------------------------------------+ |
