Skip to content

Commit f554a50

Browse files
committed
release as 0.5.0
1 parent 64e9c11 commit f554a50

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/tusb_option.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@
2727
#ifndef _TUSB_OPTION_H_
2828
#define _TUSB_OPTION_H_
2929

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)
30+
#define TUSB_VERSION_MAJOR 0
31+
#define TUSB_VERSION_MINOR 5
32+
#define TUSB_VERSION_REVISION 0
33+
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)
3534

3635
/** \defgroup group_mcu Supported MCU
3736
* \ref CFG_TUSB_MCU must be defined to one of these

0 commit comments

Comments
 (0)