Skip to content

Commit

Permalink
increase TUSB_VERSION_ to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Feb 5, 2021
1 parent 56b319d commit 465ea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tusb_option.h
Expand Up @@ -28,7 +28,7 @@
#define _TUSB_OPTION_H_

#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 7
#define TUSB_VERSION_MINOR 8
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)

Expand Down

0 comments on commit 465ea7a

Please sign in to comment.