We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e9c11 commit f554a50Copy full SHA for f554a50
src/tusb_option.h
@@ -27,11 +27,10 @@
27
#ifndef _TUSB_OPTION_H_
28
#define _TUSB_OPTION_H_
29
30
-#define TUSB_VERSION_YEAR 00
31
-#define TUSB_VERSION_MONTH 00
32
-#define TUSB_VERSION_WEEK 0
33
-#define TUSB_VERSION_NAME "alpha"
34
-#define TUSB_VERSION XSTRING_(TUSB_VERSION_YEAR) "." XSTRING_(TUSB_VERSION_MONTH)
+#define TUSB_VERSION_MAJOR 0
+#define TUSB_VERSION_MINOR 5
+#define TUSB_VERSION_REVISION 0
+#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)
35
36
/** \defgroup group_mcu Supported MCU
37
* \ref CFG_TUSB_MCU must be defined to one of these
0 commit comments