diff --git a/[refs] b/[refs] index 6891346650a3..177f28334759 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea13847b240e689e8f291355c36b46de9f44ddf9 +refs/heads/master: 0702056f9f41274a06e21cb05f12b4265b4867a2 diff --git a/trunk/net/tipc/core.c b/trunk/net/tipc/core.c index 5003acb15919..0539a8362858 100644 --- a/trunk/net/tipc/core.c +++ b/trunk/net/tipc/core.c @@ -191,7 +191,8 @@ static int __init tipc_init(void) int res; tipc_log_reinit(CONFIG_TIPC_LOG); - info("Activated (compiled " __DATE__ " " __TIME__ ")\n"); + info("Activated (version " TIPC_MOD_VER + " compiled " __DATE__ " " __TIME__ ")\n"); tipc_own_addr = 0; tipc_remote_management = 1;