Changeset 22823 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 7, 2009 7:52:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMMAll.cpp
r21649 r22823 31 31 #include <VBox/param.h> 32 32 #include <VBox/hwaccm.h> 33 #include <iprt/buildconfig.h> 33 34 34 35 … … 139 140 VMMDECL(uint32_t) VMMGetSvnRev(void) 140 141 { 141 return VBOX_SVN_REV;142 return RTBldCfgRevision(); 142 143 } 143 144
Note:
See TracChangeset
for help on using the changeset viewer.