changeset 806:ee3c0029ed34

Update Firmware version number
author heinrichsweikamp
date Sat, 26 Aug 2023 13:35:15 +0200
parents 391b3d420a39
children 9e2ebfc72e8c
files Current build/OSTC4update_230802.bin Current build/OSTC4update_230826.bin Discovery/Src/settings.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_230802.bin has changed
Binary file Current build/OSTC4update_230826.bin has changed
--- a/Discovery/Src/settings.c	Thu Aug 10 21:35:34 2023 +0200
+++ b/Discovery/Src/settings.c	Sat Aug 26 13:35:15 2023 +0200
@@ -61,15 +61,15 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 6,
-    .versionThird   = 2,
+    .versionThird   = 4,
     .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
     .release_year = 23,
-    .release_month = 4,
-    .release_day = 13,
+    .release_month = 8,
+    .release_day = 26,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */