summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-07 23:43:39 +0700
committerhathach <[email protected]>2020-11-07 23:43:39 +0700
commit23b6b66f4daa128c2bfce3559a71a737868e142a (patch)
treea164399d37ba27ae6bb921fdc7b1ba9d1fddaaa4 /src/tusb_option.h
parenta708ab62540cf952048c97e6952bd95fdc823d90 (diff)
release 0.7.0 with changelog and doc update0.7.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 393940282..2dd2b5841 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 5
+#define TUSB_VERSION_MINOR 7
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)