prepare for 3.6.3 release

This commit is contained in:
Proddy
2023-11-18 13:19:02 +01:00
parent 1c3bc98bbb
commit 9c8677acb9
8 changed files with 19 additions and 19 deletions

View File

@@ -1096,7 +1096,7 @@ bool System::check_upgrade(bool factory_settings) {
missing_version = (settingsVersion.empty() || (settingsVersion.length() < 5));
if (missing_version) {
LOG_WARNING("No version information found (%s)", settingsVersion.c_str());
settingsVersion = "3.6.2"; // this was the last stable version
settingsVersion = "3.6.3"; // this was the last stable version
}
}