changeset 666:12d029f38430 Betatest

increase version numbers for upcomming release
author heinrichsweikamp
date Sat, 12 Mar 2022 14:57:54 +0100
parents b52b5a3f61f4
children 8c3d495afc69 d7c5d592076b
files Current build/OSTC4update_211221.bin Current build/OSTC4update_220312.bin Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_211221.bin has changed
Binary file Current build/OSTC4update_220312.bin has changed
--- a/Discovery/Src/settings.c	Fri Dec 24 13:40:47 2021 +0100
+++ b/Discovery/Src/settings.c	Sat Mar 12 14:57:54 2022 +0100
@@ -60,15 +60,15 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 5,
-    .versionThird   = 8,
-    .versionBeta    = 1,
+    .versionThird   = 9,
+    .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
-    .release_year = 21,
-    .release_month = 04,
-    .release_day = 26,
+    .release_year = 22,
+    .release_month = 03,
+    .release_day = 12,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c	Fri Dec 24 13:40:47 2021 +0100
+++ b/Small_CPU/Src/baseCPU2.c	Sat Mar 12 14:57:54 2022 +0100
@@ -173,9 +173,9 @@
 /* 4 bytes with trailing 0 */
 		.signature = "mh",
 
-		.release_year = 21,
+		.release_year = 22,
 		.release_month = 3,
-		.release_day = 30,
+		.release_day = 12,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */