diff options
| author | hathach <[email protected]> | 2019-07-10 23:54:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-10 23:54:11 +0700 |
| commit | f554a50507a15d6d74dd2b61c0936e7de4c73db0 (patch) | |
| tree | 97b9467ba16180f20f4acc4d319ae98e53a82b36 | |
| parent | 64e9c11b411a2e077f3fa6826b867295ebb263c4 (diff) | |
release as 0.5.0
| -rw-r--r-- | src/tusb_option.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 9415992a7..da9bc70fa 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -27,11 +27,10 @@ #ifndef _TUSB_OPTION_H_
#define _TUSB_OPTION_H_
-#define TUSB_VERSION_YEAR 00
-#define TUSB_VERSION_MONTH 00
-#define TUSB_VERSION_WEEK 0
-#define TUSB_VERSION_NAME "alpha"
-#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)
/** \defgroup group_mcu Supported MCU
* \ref CFG_TUSB_MCU must be defined to one of these
|
