Changeset 36095 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Feb 28, 2011 10:33:40 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70243
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r36082 r36095 4498 4498 if (hardwareMachine.pciAttachments.size()) 4499 4499 m->sv = SettingsVersion_v1_12; 4500 4500 } 4501 4502 if (m->sv < SettingsVersion_v1_12) 4503 { 4501 4504 // VirtualBox 4.1 adds a promiscuous mode policy to the network adapters. 4502 4505 NetworkAdaptersList::const_iterator netit; … … 4722 4725 4723 4726 // VirtualBox 3.2 adds NAT and boot priority to the NIC config in Main 4724 if (m->sv < SettingsVersion_v1_1 0)4727 if (m->sv < SettingsVersion_v1_11) 4725 4728 { 4726 4729 NetworkAdaptersList::const_iterator netit;
Note:
See TracChangeset
for help on using the changeset viewer.