VirtualBox

Ignore:
Timestamp:
Mar 11, 2007 10:27:25 AM (18 years ago)
Author:
vboxsync
Message:

Use VBOX_VERSION_STRING when possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r1303 r1397  
    58905890    RTR3Init(false);
    58915891
    5892     RTPrintf("VirtualBox Command Line Management Interface Version %d.%d.%d\n"
     5892    RTPrintf("VirtualBox Command Line Management Interface Version %s\n"
    58935893             "(C) 2005-2007 InnoTek Systemberatung GmbH\n"
    58945894             "All rights reserved.\n"
    58955895             "\n",
    5896              VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD);
     5896             VBOX_VERSION_STRING);
    58975897
    58985898    /* shortcut for no parameters or help */
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