update version to 0.15.0

add changelog
This commit is contained in:
hathach
2023-02-10 12:47:33 +07:00
parent c0d79457f6
commit 7e48da5b44
4 changed files with 125 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
#include "common/tusb_compiler.h"
#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 14
#define TUSB_VERSION_MINOR 15
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)