Remove reference to SVN, now that revision is a VCS-agnostic string...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41394 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c2507ed4ae
commit
48315186a8
@ -54,7 +54,7 @@ dump_info(int argc, char **argv)
|
||||
{
|
||||
kprintf("kernel build: %s %s (gcc%d %s)\n", __DATE__, __TIME__, __GNUC__,
|
||||
__VERSION__);
|
||||
kprintf("SVN revision: %s\n\n", sHaikuRevision);
|
||||
kprintf("revision: %s\n\n", sHaikuRevision);
|
||||
|
||||
kprintf("cpu count: %ld, active times:\n", smp_get_num_cpus());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user