Mercurial > public > ostc4
changeset 768:dfdfea8897f3
1.6.2 release
author | heinrichsweikamp |
---|---|
date | Thu, 13 Apr 2023 09:35:43 +0200 |
parents | 14d6f8853b28 |
children | 6b248bcdbf28 |
files | Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Wed Apr 12 09:56:00 2023 +0200 +++ b/Discovery/Src/settings.c Thu Apr 13 09:35:43 2023 +0200 @@ -69,8 +69,8 @@ .signature = "mh", .release_year = 23, - .release_month = 3, - .release_day = 26, + .release_month = 4, + .release_day = 13, .release_sub = 0, /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c Wed Apr 12 09:56:00 2023 +0200 +++ b/Small_CPU/Src/baseCPU2.c Thu Apr 13 09:35:43 2023 +0200 @@ -174,13 +174,13 @@ .signature = "mh", .release_year = 23, - .release_month = 3, - .release_day = 26, + .release_month = 4, + .release_day = 13, .release_sub = 0, /* max 48 with trailing 0 */ //release_info ="12345678901234567890123456789012345678901" - .release_info = "stable March 2023", + .release_info = "stable April 2023", /* for safety reasons and coming functions */ .magic[0] = FIRMWARE_MAGIC_FIRST, .magic[1] = FIRMWARE_MAGIC_SECOND,