Changeset 3117 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jun 15, 2007 9:03:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r3110 r3117 217 217 if (!fShown) 218 218 { 219 RTPrintf("VirtualBox " 220 #ifdef VBOX_OSE 221 "OSE " 222 #endif 223 "Command Line Management Interface Version %s\n" 219 RTPrintf("VirtualBox Command Line Management Interface Version " 220 VBOX_VERSION_STRING "\n" 224 221 "(C) 2005-2007 innotek GmbH\n" 225 222 "All rights reserved.\n" 226 "\n", 227 VBOX_VERSION_STRING); 223 "\n"); 228 224 fShown = true; 229 225 }
Note:
See TracChangeset
for help on using the changeset viewer.