mirror of https://github.com/BOINC/boinc.git
VBOX: Add VirtualBox 4.3.0 to bad builds list.
This commit is contained in:
parent
ecd573fb7e
commit
8f11da3bc3
|
@ -488,7 +488,8 @@ int main(int argc, char** argv) {
|
||||||
// and 4.2.18 fails to restore from snapshots properly.
|
// and 4.2.18 fails to restore from snapshots properly.
|
||||||
//
|
//
|
||||||
if ((vm.virtualbox_version.find("4.2.6") != std::string::npos) ||
|
if ((vm.virtualbox_version.find("4.2.6") != std::string::npos) ||
|
||||||
(vm.virtualbox_version.find("4.2.18") != std::string::npos)) {
|
(vm.virtualbox_version.find("4.2.18") != std::string::npos) ||
|
||||||
|
(vm.virtualbox_version.find("4.3.0") != std::string::npos) ) {
|
||||||
fprintf(
|
fprintf(
|
||||||
stderr,
|
stderr,
|
||||||
"%s Incompatible version of VirtualBox detected. Please upgrade to a later version.\n",
|
"%s Incompatible version of VirtualBox detected. Please upgrade to a later version.\n",
|
||||||
|
|
Loading…
Reference in New Issue