Skip to content

Commit

Permalink
Merge pull request #57 from JamePeng/update-get_key_revision_summary
Browse files Browse the repository at this point in the history
update function get_key_revision_summary for 6.0.0
  • Loading branch information
SciresM committed Nov 3, 2018
2 parents d773aa9 + cc947e1 commit 499f06e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.c
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 499f06e

Please sign in to comment.