increase version, update doc for release

This commit is contained in:
hathach
2022-02-23 11:55:57 +07:00
parent 8a6fe8a8f3
commit 566e3abcea
3 changed files with 51 additions and 4 deletions

View File

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