VirtualBox

Changeset 3066 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 6, 2007 1:10:38 PM (18 years ago)
Author:
vboxsync
Message:

Update to version strings

File:
1 edited

Legend:

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

    r3065 r3066  
    3636/** Prefined strings for Windows resource files */
    3737#define VBOX_RC_COMPANY_NAME            VBOX_VENDOR
    38 #define VBOX_RC_FILE_VERSION            VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    3938#define VBOX_RC_LEGAL_COPYRIGHT         "Copyright (C) 2004-2007 innotek GmbH\0"
    40 #define VBOX_RC_PRODUCT_VERSION         VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
     39#define VBOX_RC_PRODUCT_VERSION         VBOX_VERSION_MAJOR , VBOX_VERSION_MINOR , VBOX_VERSION_BUILD , 0
     40#define VBOX_RC_FILE_VERSION            VBOX_VERSION_MAJOR , VBOX_VERSION_MINOR , VBOX_VERSION_BUILD , 0
     41#define VBOX_RC_PRODUCT_VERSION_STR     VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
     42#define VBOX_RC_FILE_VERSION_STR        VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    4143
    4244#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