Changeset 57280 in vbox
- Timestamp:
- Aug 12, 2015 7:47:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r57216 r57280 95 95 96 96 /** VirtualBox XML settings version number substring ("x.y") */ 97 #define VBOX_XML_VERSION "1.1 5"97 #define VBOX_XML_VERSION "1.12" 98 98 99 99 /** VirtualBox XML settings version platform substring */ … … 355 355 // creating new settings file: 356 356 m->strSettingsVersionFull = VBOX_XML_VERSION_FULL; 357 m->sv = SettingsVersion_v1_1 5;357 m->sv = SettingsVersion_v1_12; 358 358 } 359 359 }
Note:
See TracChangeset
for help on using the changeset viewer.