summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-10-19 13:27:53 +0700
committerGitHub <[email protected]>2021-10-19 13:27:53 +0700
commit4bfab30c02279a0530e1a56f4a7c539f2d35a293 (patch)
tree7af7c8ad0d57c693c44df71ebdab50e9b12a9e07 /src/tusb_option.h
parente927359d9c4ed90639dd2b8f7026a73574f8ca4b (diff)
parent3485c82246ce17be1ca9649bb36dfc8b1782e593 (diff)
Merge pull request #1139 from hathach/release-0.12.00.12.0
update changelog and increase version for 0.12.0
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h2
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)