docs: freeze version to v1.5.3.99

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2026-01-22 21:33:51 +08:00
parent fd49804470
commit 18fc474696
3 changed files with 3 additions and 3 deletions

View File

@@ -474,7 +474,7 @@ if PKG_USING_CHERRYUSB
config PKG_USING_CHERRYUSB_LATEST_VERSION
bool "latest"
config PKG_USING_CHERRYUSB_V010502
config PKG_USING_CHERRYUSB_V010503
bool "v1.5.3"
config PKG_USING_CHERRYUSB_V010502
bool "v1.5.2"

View File

@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 5
PATCHLEVEL = 3
VERSION_TWEAK = 0
VERSION_TWEAK = 99
EXTRAVERSION = 0

View File

@@ -16,6 +16,6 @@
#endif
#define CHERRYUSB_VERSION 0x010503
#define CHERRYUSB_VERSION_STR "v1.5.3"
#define CHERRYUSB_VERSION_STR "v1.5.3.99"
#endif