Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dev committed Apr 2, 2018
1 parent 29d64a2 commit bde86bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootloader/src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ volatile const struct version_info version_info = {
.product_name = "STMBL-Bootloader",
.major = 0,
.minor = 9,
.patch = 0};
.patch = 14};
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ volatile const struct version_info version_info = {
.product_name = "STMBL",
.major = 0,
.minor = 9,
.patch = 9};
.patch = 14};
2 changes: 1 addition & 1 deletion stm32f303/src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ volatile const struct version_info version_info = {
.product_name = "STMBL-hv-f303",
.major = 0,
.minor = 9,
.patch = 0};
.patch = 14};

0 comments on commit bde86bb

Please sign in to comment.