Changeset 22562 in vbox for trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
- Timestamp:
- Aug 28, 2009 5:58:24 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r21218 r22562 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxControl - Guest Additions Command Line Management Interface. … … 25 25 #include <iprt/alloca.h> 26 26 #include <iprt/autores.h> 27 #include <iprt/buildconfig.h> 27 28 #include <iprt/initterm.h> 28 29 #include <iprt/mem.h> … … 39 40 # include <VBox/HostServices/GuestPropertySvc.h> 40 41 #endif 41 #include "VBoxControl.h"42 42 43 43 /******************************************************************************* … … 1312 1312 { 1313 1313 /* Print version number, and do nothing else. */ 1314 RTPrintf("%sr% d\n", VBOX_VERSION_STRING, VBoxSVNRev());1314 RTPrintf("%sr%u\n", VBOX_VERSION_STRING, RTBldCfgRevision()); 1315 1315 onlyinfo = true; 1316 1316 showlogo = false;
Note:
See TracChangeset
for help on using the changeset viewer.