summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-02-23 13:07:29 +0700
committerGitHub <[email protected]>2022-02-23 13:07:29 +0700
commitfa895ed3dc46d5aa5e11b19ff07beb6fcfc62655 (patch)
tree26ec59a6faef80484fc49cd6c1131055191bf9d8 /src
parent8a6fe8a8f398f460d0f2c3575c529e9b4d1b9785 (diff)
parent566e3abcea0b987a832116d0a48bde5890bdee3d (diff)
Merge pull request #1341 from hathach/release-0.13.00.13.0
increase version, update doc for release
Diffstat (limited to 'src')
-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 c78fc471e..cb49c85ce 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -30,7 +30,7 @@
#include "common/tusb_compiler.h"
#define TUSB_VERSION_MAJOR 0
-#define TUSB_VERSION_MINOR 12
+#define TUSB_VERSION_MINOR 13
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)