VirtualBox

儲存庫 vbox 的更動 67608


忽略:
時間撮記:
2017-6-26 下午01:33:35 (7 年 以前)
作者:
vboxsync
訊息:

Main/Settings: prepare for 5.2 settings, without anything actually needing it

位置:
trunk/src/VBox/Main
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r67208 r67608  
    33<!--
    44
    5     Copyright (C) 2006-2016 Oracle Corporation
     5    Copyright (C) 2006-2017 Oracle Corporation
    66
    77    This file is part of VirtualBox Open Source Edition (OSE), as
     
    576576          profile and BIOS/CPU APIC settings.
    577577          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.
    578584      -->
    579585    </const>
  • trunk/src/VBox/Main/xml/Settings.cpp

    r66924 r67608  
    393393            else if (ulMinor == 16)
    394394                sv = SettingsVersion_v1_16;
    395             else if (ulMinor > 16)
     395            else if (ulMinor == 17)
     396                sv = SettingsVersion_v1_17;
     397            else if (ulMinor > 17)
    396398                sv = SettingsVersion_Future;
    397399        }
     
    10111013            break;
    10121014
     1015        case SettingsVersion_v1_17:
     1016            pcszVersion = "1.17";
     1017            break;
     1018
    10131019        default:
    10141020            // catch human error: the assertion below will trigger in debug
     
    10331039                // but as it's an omission of someone who changed this file
    10341040                // it's the only generic possibility.
    1035                 pcszVersion = "1.16";
    1036                 m->sv = SettingsVersion_v1_16;
     1041                pcszVersion = "1.17";
     1042                m->sv = SettingsVersion_v1_17;
    10371043            }
    10381044            break;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette