summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tusb_option.h9
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