summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-28 17:24:35 +0700
committerhathach <[email protected]>2021-05-28 17:24:35 +0700
commite9c22e4a5c797e33c4ed5a735bf0d3d6e45b9a78 (patch)
treeda2e78c2e8f95bf9d4c4a9b23a0b1cf3e7d792df /src/tusb_option.h
parent81d238bd463c694af6ef31015107c0727805c7c7 (diff)
increase version for release0.10.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 feff013c7..f8456ca4c 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 9
+#define TUSB_VERSION_MINOR 10
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)