From 48315186a82495445634cffd4075290638a8224e Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 9 May 2011 11:49:03 +0000 Subject: [PATCH] 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 --- src/system/kernel/system_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/system_info.cpp b/src/system/kernel/system_info.cpp index a29b59625d..e35ba006e7 100644 --- a/src/system/kernel/system_info.cpp +++ b/src/system/kernel/system_info.cpp @@ -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());