summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-07-19 12:28:52 +0700
committerhathach <[email protected]>2022-07-19 12:28:52 +0700
commitb0b155c9491d9e8cfc3d40366f77accfd3302cec (patch)
treed64bfc2c2773660691c315880a156bb17d00add9 /src
parented2e587ace6fcbb1cb4b2d414622eca1d9ffb7ee (diff)
increase version for release
along with minor doc update
Diffstat (limited to 'src')
-rw-r--r--src/tusb_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 70ef1c399..a557c785a 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -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)