[TIPC]: Initial activation message now includes TIPC version number

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Allan Stephens and committed by David S. Miller 0702056f ea13847b

+2 -1
+2 -1
net/tipc/core.c
··· 191 int res; 192 193 tipc_log_reinit(CONFIG_TIPC_LOG); 194 - info("Activated (compiled " __DATE__ " " __TIME__ ")\n"); 195 196 tipc_own_addr = 0; 197 tipc_remote_management = 1;
··· 191 int res; 192 193 tipc_log_reinit(CONFIG_TIPC_LOG); 194 + info("Activated (version " TIPC_MOD_VER 195 + " compiled " __DATE__ " " __TIME__ ")\n"); 196 197 tipc_own_addr = 0; 198 tipc_remote_management = 1;