Skip to content

Commit

Permalink
release as 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jul 10, 2019
1 parent 64e9c11 commit f554a50
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/tusb_option.h
Expand Up @@ -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
Expand Down

0 comments on commit f554a50

Please sign in to comment.