VirtualBox

Changeset 3094 in vbox


Ignore:
Timestamp:
Jun 11, 2007 7:06:25 PM (17 years ago)
Author:
vboxsync
Message:

clearly state if we are running the OSE version

Location:
trunk/src/VBox
Files:
3 edited

Legend:

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

    r3077 r3094  
    217217    if (!fShown)
    218218    {
    219         RTPrintf("VirtualBox Command Line Management Interface Version %s\n"
     219        RTPrintf("VirtualBox "
     220#ifdef VBOX_OSE
     221                 "OSE "
     222#endif
     223                 "Command Line Management Interface Version %s\n"
    220224                 "(C) 2005-2007 innotek GmbH\n"
    221225                 "All rights reserved.\n"
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r3080 r3094  
    849849
    850850    LogFlow(("SDL GUI started\n"));
    851     RTPrintf("VirtualBox SDL GUI %s built %s %s\n",
     851    RTPrintf("VirtualBox "
     852#ifdef VBOX_OSE
     853             "OSE "
     854#endif
     855             "SDL GUI %s built %s %s\n",
    852856             VBOX_VERSION_STRING, __DATE__, __TIME__);
    853857
  • trunk/src/VBox/Main/linux/server.cpp

    r2980 r3094  
    11401140
    11411141            iSize = snprintf (szBuf, sizeof(szBuf),
    1142                               "innotek VirtualBox XPCOM Server Version %s",
     1142                              "innotek VirtualBox "
     1143#ifdef VBOX_OSE
     1144                              "OSE "
     1145#endif
     1146                              "XPCOM Server Version %s",
    11431147                              VBOX_VERSION_STRING);
    11441148            for (int i=iSize; i>0; i--)
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