VirtualBox

Changeset 80754 in vbox


Ignore:
Timestamp:
Sep 12, 2019 11:16:01 AM (5 years ago)
Author:
vboxsync
Message:

Main/IVirtualBox::APIVersion: On second though, always include the build number in the build revision, that'll make it more useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r80753 r80754  
    11521152    AssertCompile((uint64_t)VBOX_VERSION_MINOR < 256);
    11531153    uint64_t uRevision = ((uint64_t)VBOX_VERSION_MAJOR << 56)
    1154                        | ((uint64_t)VBOX_VERSION_MINOR << 48);
    1155 
    1156     if (VBOX_VERSION_BUILD >= 81 && (VBOX_VERSION_BUILD & 1)) /* pre-release trunk */
    1157         uRevision |= (uint64_t)VBOX_VERSION_BUILD << 40;
     1154                       | ((uint64_t)VBOX_VERSION_MINOR << 48)
     1155                       | ((uint64_t)VBOX_VERSION_BUILD << 40);
    11581156
    11591157    /** @todo This needs to be the same in OSE and non-OSE, preferrably
Note: See TracChangeset for help on using the changeset viewer.

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