mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[bootloader] Mark Epsilon 24.10.0 as safe
This commit is contained in:
@@ -105,7 +105,7 @@ void Boot::bootSlot(Bootloader::Slot s) {
|
||||
if (!s.userlandHeader()->isOmega() && !s.userlandHeader()->isUpsilon()) {
|
||||
// We are trying to boot epsilon, so we check the version and show a warning if needed
|
||||
const char * version = s.userlandHeader()->version();
|
||||
const char * min = "24.4.1";
|
||||
const char * min = "24.10.1";
|
||||
int versionSum = Utility::versionSum(version, strlen(version));
|
||||
int minimalVersionTrigger = Utility::versionSum(min, strlen(min));
|
||||
if (versionSum >= minimalVersionTrigger) {
|
||||
|
||||
Reference in New Issue
Block a user