Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 666:12d029f38430 Betatest
increase version numbers for upcomming release
author | heinrichsweikamp |
---|---|
date | Sat, 12 Mar 2022 14:57:54 +0100 |
parents | 1b995079c045 |
children | 8c3d495afc69 |
comparison
equal
deleted
inserted
replaced
665:b52b5a3f61f4 | 666:12d029f38430 |
---|---|
171 .versionBeta = 0, | 171 .versionBeta = 0, |
172 | 172 |
173 /* 4 bytes with trailing 0 */ | 173 /* 4 bytes with trailing 0 */ |
174 .signature = "mh", | 174 .signature = "mh", |
175 | 175 |
176 .release_year = 21, | 176 .release_year = 22, |
177 .release_month = 3, | 177 .release_month = 3, |
178 .release_day = 30, | 178 .release_day = 12, |
179 .release_sub = 0, | 179 .release_sub = 0, |
180 | 180 |
181 /* max 48 with trailing 0 */ | 181 /* max 48 with trailing 0 */ |
182 //release_info ="12345678901234567890123456789012345678901" | 182 //release_info ="12345678901234567890123456789012345678901" |
183 .release_info = "stable Nov'19", | 183 .release_info = "stable Nov'19", |