Merge pull request #1569 from hathach/release-0.14.0

increase version to 0.14.0 for release
This commit is contained in:
Ha Thach
2022-08-19 21:13:09 +07:00
committed by GitHub
8 changed files with 139 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ typedef int make_iso_compilers_happy;
#include "common/tusb_compiler.h"
#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 13
#define TUSB_VERSION_MINOR 14
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)