Mercurial > public > ostc4
changeset 657:9513a92b293b
Update release date
author | heinrichs weikamp |
---|---|
date | Mon, 26 Apr 2021 15:03:04 +0200 |
parents | 3ccf13af4651 |
children | 4df22790dc0c |
files | Current build/OSTC4update_210330.bin Current build/OSTC4update_210426.bin Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Sun Apr 25 20:47:01 2021 +0200 +++ b/Discovery/Src/settings.c Mon Apr 26 15:03:04 2021 +0200 @@ -59,14 +59,14 @@ .versionFirst = 1, .versionSecond = 5, .versionThird = 8, - .versionBeta = 0, + .versionBeta = 1, /* 4 bytes with trailing 0 */ .signature = "mh", .release_year = 21, - .release_month = 03, - .release_day = 30, + .release_month = 04, + .release_day = 26, .release_sub = 0, /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c Sun Apr 25 20:47:01 2021 +0200 +++ b/Small_CPU/Src/baseCPU2.c Mon Apr 26 15:03:04 2021 +0200 @@ -173,8 +173,8 @@ .signature = "mh", .release_year = 21, - .release_month = 3, - .release_day = 30, + .release_month = 4, + .release_day = 26, .release_sub = 0, /* max 48 with trailing 0 */