summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-02-05 23:00:02 +0700
committerGitHub <[email protected]>2021-02-05 23:00:02 +0700
commit7b62c71dd5ec42e61499d2d83902df9484842670 (patch)
treeead300f2f7e43df8c295eb5ebc2ceb4357198d9a /src/tusb_option.h
parent42dad78dbc9e906eddc560f9584ed4551f145240 (diff)
parent465ea7a66e35725d1b5ec7443d86afe27762b586 (diff)
Merge pull request #634 from hathach/release-0.8.00.8.0
Release 0.8.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 a89c6db9d..5d5e50412 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 7
+#define TUSB_VERSION_MINOR 8
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)