summaryrefslogtreecommitdiff
path: root/src/bldprogs/scm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bldprogs/scm.cpp')
-rw-r--r--src/bldprogs/scm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bldprogs/scm.cpp b/src/bldprogs/scm.cpp
index fbf2283f6..261980fbe 100644
--- a/src/bldprogs/scm.cpp
+++ b/src/bldprogs/scm.cpp
@@ -1,4 +1,4 @@
-/* $Id: scm.cpp 35404 2011-01-05 11:32:29Z vboxsync $ */
+/* $Id: scm.cpp $ */
/** @file
* IPRT Testcase / Tool - Source Code Massager.
*/
@@ -4090,7 +4090,7 @@ int main(int argc, char **argv)
case 'V':
{
/* The following is assuming that svn does it's job here. */
- static const char s_szRev[] = "$Revision: 35404 $";
+ static const char s_szRev[] = "$Revision: 69268 $";
const char *psz = RTStrStripL(strchr(s_szRev, ' '));
RTPrintf("r%.*s\n", strchr(psz, ' ') - psz, psz);
return 0;