summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-10-06 09:57:37 +0700
committerGitHub <[email protected]>2025-10-06 09:57:37 +0700
commit331c263400dd5ccf77264cab1fa6bbd9f374b44e (patch)
tree67e383584159c9906a8eb931906ba145771ef51b /src
parent6ce46da042eb9ab243e4127ddcac57519c0a226f (diff)
parent8d7e8a11f6eb25724c8ec14fb7f0c243fdc02157 (diff)
Merge pull request #3276 from hathach/release-0.19.00.19.0
update for release 0.19.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 80060914b..378b5607e 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 18
+#define TUSB_VERSION_MINOR 19
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_NUMBER (TUSB_VERSION_MAJOR * 10000 + TUSB_VERSION_MINOR * 100 + TUSB_VERSION_REVISION)