Skip to content

Commit

Permalink
update function get_key_revision_summary for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamePeng committed Oct 18, 2018
1 parent a4e8ab6 commit cc947e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ const char *get_key_revision_summary(uint8_t key_rev) {
return "4.0.0-4.1.0";
case 4:
return "5.0.0-5.1.0";
case 5:
return "6.0.0-6.0.1";
default:
return "Unknown";
}
Expand Down

0 comments on commit cc947e1

Please sign in to comment.