Skip to content

Commit

Permalink
Updating ROM version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nquarton authored and jhand2 committed Aug 15, 2024
1 parent 38d2c6a commit ec4ee4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FROZEN_IMAGES.sha384sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# WARNING: Do not update this file without the approval of the Caliptra TAC
d8a1089aa51f5336d6e4707d935ef28d0b6b1ea7e1973e091a5c4d26f1dc0a8d0b11261a7aaf6e6e9dcd41fb57ea8ecc caliptra-rom-no-log.bin
c8830a9d1cfae42df3d4f82a2e1aca19731ec29efb15399228b75071cc2c10bd2f0332b3e4468903b0f57240fb10634e caliptra-rom-with-log.bin
89ac48da7ac14cc456b9545c68f5ff70e6a6fcdd4deba3d7d94a65b7d3ad092273a723114073a925728fa82c3c8ca225 caliptra-rom-no-log.bin
ab399aa651019bb77c379ccb184444b2dd17d118f27072827477d2bf561616251b0ea149973ac13659b25e81beffafe6 caliptra-rom-with-log.bin
2 changes: 1 addition & 1 deletion builder/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pub const ROM_VERSION_MAJOR: u16 = 1;
pub const ROM_VERSION_MINOR: u16 = 0;
pub const ROM_VERSION_PATCH: u16 = 2;
pub const ROM_VERSION_PATCH: u16 = 3;

pub const FMC_VERSION_MAJOR: u16 = 1;
pub const FMC_VERSION_MINOR: u16 = 0;
Expand Down

0 comments on commit ec4ee4e

Please sign in to comment.