Changeset 21916 in vbox for trunk/src/VBox/Main/Version.cpp
- Timestamp:
- Jul 31, 2009 3:18:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Version.cpp
r14772 r21916 25 25 26 26 /** 27 * Th is function isimplemented in a separate file to speed up the27 * These functions are implemented in a separate file to speed up the 28 28 * compilation if only the SVN revision changed. 29 29 */ … … 33 33 return VBOX_SVN_REV; 34 34 } 35 36 const char *VBoxSVNRevString () 37 { 38 return RT_XSTR(VBOX_SVN_REV); 39 } 35 40 /* vi: set tabstop=4 shiftwidth=4 expandtab: */
Note:
See TracChangeset
for help on using the changeset viewer.