changeset 1019:67e3dbc4d212 GasConsumption

make sure version number is increased after releases
author heinrichsweikamp
date Mon, 09 Jun 2025 09:45:21 +0200 (3 months ago)
parents 808153ba3fec
children b0d3e8b84966
files Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 */
--- 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 */