Changeset 36096 in vbox
- Timestamp:
- Feb 28, 2011 10:35:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r36095 r36096 4499 4499 m->sv = SettingsVersion_v1_12; 4500 4500 } 4501 4501 4502 4502 if (m->sv < SettingsVersion_v1_12) 4503 4503 { … … 4725 4725 4726 4726 // VirtualBox 3.2 adds NAT and boot priority to the NIC config in Main 4727 // VirtualBox 4.0 adds network bandwitdth 4727 4728 if (m->sv < SettingsVersion_v1_11) 4728 4729 {
Note:
See TracChangeset
for help on using the changeset viewer.