summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-08-30 13:37:50 +0700
committerGitHub <[email protected]>2021-08-30 13:37:50 +0700
commit8029fb16cd8b1b8315b34cf84494d99e801f6816 (patch)
treed7ed1947df62512f9d8f8e4c06048a610f954f4d /src
parent4874afb2720eac33d681611dfc7264f8e1a8470a (diff)
parent6fadf530e07d99010bc15e6a16402b63fd4af596 (diff)
Merge pull request #1056 from hathach/release-0.11.0
increase version and update changelog
Diffstat (limited to 'src')
-rw-r--r--src/tusb_option.h4
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)
//--------------------------------------------------------------------+