Changeset 3094 in vbox
- Timestamp:
- Jun 11, 2007 7:06:25 PM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r3077 r3094 217 217 if (!fShown) 218 218 { 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" 220 224 "(C) 2005-2007 innotek GmbH\n" 221 225 "All rights reserved.\n" -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r3080 r3094 849 849 850 850 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", 852 856 VBOX_VERSION_STRING, __DATE__, __TIME__); 853 857 -
trunk/src/VBox/Main/linux/server.cpp
r2980 r3094 1140 1140 1141 1141 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", 1143 1147 VBOX_VERSION_STRING); 1144 1148 for (int i=iSize; i>0; i--)
Note:
See TracChangeset
for help on using the changeset viewer.