summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2026-01-22 21:33:51 +0800
committersakumisu <[email protected]>2026-01-22 21:33:51 +0800
commit18fc474696ac48c45f19be966d727a9c03064a78 (patch)
tree2e7b4ad4fdc5650c060809725e6124d37cef299b
parentfd49804470bf3006dadd2e3d221d1878be2a6d8a (diff)
docs: freeze version to v1.5.3.99v1.5.3.99release/v1.5
Signed-off-by: sakumisu <[email protected]>
-rw-r--r--Kconfig.rttpkg2
-rw-r--r--VERSION2
-rw-r--r--common/usb_version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Kconfig.rttpkg b/Kconfig.rttpkg
index a48d6795..1c069198 100644
--- a/Kconfig.rttpkg
+++ b/Kconfig.rttpkg
@@ -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"
diff --git a/VERSION b/VERSION
index 4c224bf3..57069446 100644
--- a/VERSION
+++ b/VERSION
@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 5
PATCHLEVEL = 3
-VERSION_TWEAK = 0
+VERSION_TWEAK = 99
EXTRAVERSION = 0
diff --git a/common/usb_version.h b/common/usb_version.h
index bbf39569..b7ea7fd3 100644
--- a/common/usb_version.h
+++ b/common/usb_version.h
@@ -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 \ No newline at end of file