Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 818:40e951cfa443
1.6.4 release
author | heinrichsweikamp |
---|---|
date | Thu, 14 Sep 2023 13:24:30 +0200 |
parents | 9e2ebfc72e8c |
children | 7322adb00305 |
comparison
equal
deleted
inserted
replaced
817:d55ed6b7b14a | 818:40e951cfa443 |
---|---|
66 | 66 |
67 /* 4 bytes with trailing 0 */ | 67 /* 4 bytes with trailing 0 */ |
68 .signature = "mh", | 68 .signature = "mh", |
69 | 69 |
70 .release_year = 23, | 70 .release_year = 23, |
71 .release_month = 8, | 71 .release_month = 9, |
72 .release_day = 26, | 72 .release_day = 14, |
73 .release_sub = 0, | 73 .release_sub = 0, |
74 | 74 |
75 /* max 48 with trailing 0 */ | 75 /* max 48 with trailing 0 */ |
76 //release_info ="12345678901234567890123456789012345678901" | 76 //release_info ="12345678901234567890123456789012345678901" |
77 .release_info ="gcc_2nd", | 77 .release_info ="gcc_2nd", |