summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-11-20 00:06:15 +0700
committerGitHub <[email protected]>2025-11-20 00:06:15 +0700
commit790c7a0d7a6099e88a0bf6bbc341504c8bdaa974 (patch)
tree9749a21da41ee3e925ef61035b6468e3e2fb49cd /src
parentd1a261ec1260483b9c7fa2c1a2f2fbb2e36c074d (diff)
parentf6a77b87f04386ea27effb7c1faf8e1a33da0fa1 (diff)
Merge pull request #3349 from hathach/update-agents
release 0.20.0
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 eed14214d..c8265f898 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -31,7 +31,7 @@
// Version is release as major.minor.revision eg 1.0.0
#define TUSB_VERSION_MAJOR 0
-#define TUSB_VERSION_MINOR 19
+#define TUSB_VERSION_MINOR 20
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_NUMBER (TUSB_VERSION_MAJOR * 10000 + TUSB_VERSION_MINOR * 100 + TUSB_VERSION_REVISION)