We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e53992 commit 3e5a19bCopy full SHA for 3e5a19b
sw/device/silicon_creator/manuf/base/BUILD
@@ -292,8 +292,8 @@ manifest(d = {
292
"manuf_state_creator": hex(CONST.MANUF_STATE.PERSO_INITIAL),
293
"visibility": ["//visibility:private"],
294
"version_major": "0",
295
- # Release: 2025-09-16-RC00
296
- "version_minor": "2025091600",
+ # Release: 2025-10-29-RC00
+ "version_minor": "2025102900",
297
"security_version": "0xFFFFFFFF",
298
})
299
sw/device/silicon_creator/rom_ext/defs.bzl
@@ -14,7 +14,7 @@ def secver_write_selection():
14
# because of how the bazel rule accepts attributes.
15
ROM_EXT_VERSION = struct(
16
MAJOR = "0",
17
- MINOR = "115",
+ MINOR = "116",
18
SECURITY = "0",
19
)
20
0 commit comments