# HG changeset patch
# User heinrichs weikamp
# Date 1619442184 -7200
# Node ID 9513a92b293bf7d61e3290793e8f58d28157ca52
# Parent  3ccf13af465133dfe95f7f92a5e67c2bb7d86da0
Update release date

diff -r 3ccf13af4651 -r 9513a92b293b Current build/OSTC4update_210330.bin
Binary file Current build/OSTC4update_210330.bin has changed
diff -r 3ccf13af4651 -r 9513a92b293b Current build/OSTC4update_210426.bin
Binary file Current build/OSTC4update_210426.bin has changed
diff -r 3ccf13af4651 -r 9513a92b293b Discovery/Src/settings.c
--- 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 */
diff -r 3ccf13af4651 -r 9513a92b293b Small_CPU/Src/baseCPU2.c
--- 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 */