儲存庫 vbox 的更動 67608
- 時間撮記:
- 2017-6-26 下午01:33:35 (7 年 以前)
- 位置:
- trunk/src/VBox/Main
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r67208 r67608 3 3 <!-- 4 4 5 Copyright (C) 2006-201 6Oracle Corporation5 Copyright (C) 2006-2017 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 576 576 profile and BIOS/CPU APIC settings. 577 577 VirtualBox.xml: Add support for additional USB device sources (e.g. USB/IP) 578 --> 579 </const> 580 <const name="v1_17" value="19"> 581 <desc>Settings version "1.17", written by VirtualBox 5.2.x.</desc> 582 <!-- 583 So far absolutely no change to v1_16. 578 584 --> 579 585 </const> -
trunk/src/VBox/Main/xml/Settings.cpp
r66924 r67608 393 393 else if (ulMinor == 16) 394 394 sv = SettingsVersion_v1_16; 395 else if (ulMinor > 16) 395 else if (ulMinor == 17) 396 sv = SettingsVersion_v1_17; 397 else if (ulMinor > 17) 396 398 sv = SettingsVersion_Future; 397 399 } … … 1011 1013 break; 1012 1014 1015 case SettingsVersion_v1_17: 1016 pcszVersion = "1.17"; 1017 break; 1018 1013 1019 default: 1014 1020 // catch human error: the assertion below will trigger in debug … … 1033 1039 // but as it's an omission of someone who changed this file 1034 1040 // it's the only generic possibility. 1035 pcszVersion = "1.1 6";1036 m->sv = SettingsVersion_v1_1 6;1041 pcszVersion = "1.17"; 1042 m->sv = SettingsVersion_v1_17; 1037 1043 } 1038 1044 break;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器