# HG changeset patch # User heinrichsweikamp # Date 1749455121 -7200 # Node ID 67e3dbc4d2123e15343e7964c1379402102aded4 # Parent 808153ba3fec5855a83ff8ca895d5eff79a6077c make sure version number is increased after releases diff -r 808153ba3fec -r 67e3dbc4d212 Discovery/Src/settings.c --- a/Discovery/Src/settings.c Mon Jun 09 09:42:16 2025 +0200 +++ b/Discovery/Src/settings.c Mon Jun 09 09:45:21 2025 +0200 @@ -47,7 +47,7 @@ SSettings Settings; const uint8_t RTErequiredHigh = 3; -const uint8_t RTErequiredLow = 6; +const uint8_t RTErequiredLow = 7; const uint8_t FONTrequiredHigh = 1; const uint8_t FONTrequiredLow = 0; @@ -66,15 +66,15 @@ { .versionFirst = 1, .versionSecond = 7, - .versionThird = 2, + .versionThird = 3, .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", .release_year = 25, - .release_month = 4, - .release_day = 8, + .release_month = 6, + .release_day = 9, .release_sub = 0, /* max 48 with trailing 0 */ diff -r 808153ba3fec -r 67e3dbc4d212 Small_CPU/Src/baseCPU2.c --- a/Small_CPU/Src/baseCPU2.c Mon Jun 09 09:42:16 2025 +0200 +++ b/Small_CPU/Src/baseCPU2.c Mon Jun 09 09:45:21 2025 +0200 @@ -172,7 +172,7 @@ // See CPU2-RTE.ld const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { .versionFirst = 3, - .versionSecond = 6, + .versionSecond = 7, .versionThird = 0, .versionBeta = 0, @@ -180,8 +180,8 @@ .signature = "mh", .release_year = 25, - .release_month = 1, - .release_day = 18, + .release_month = 6, + .release_day = 9, .release_sub = 0, /* max 48 with trailing 0 */