VirtualBox

Changeset 3000 in vbox


Ignore:
Timestamp:
Jun 3, 2007 10:41:40 AM (18 years ago)
Author:
vboxsync
Message:

added VBOX_VENDOR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/version.h

    r2981 r3000  
    2525
    2626/** Combined version number. */
    27 #define VBOX_VERSION            (VBOX_VERSION_MAJOR << 16 | VBOX_VERSION_MINOR)
     27#define VBOX_VERSION                    (VBOX_VERSION_MAJOR << 16 | VBOX_VERSION_MINOR)
    2828/** Get minor version from combined version */
    2929#define VBOX_GET_VERSION_MINOR(uVer)    (uVer & 0xffff)
    3030/** Get major version from combined version. */
    3131#define VBOX_GET_VERSION_MAJOR(uVer)    (uVer >> 16)
    32 
     32/** Vendor name */
     33#define VBOX_VENDOR                     "innotek GmbH"
    3334
    3435#endif
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