]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/tipc/core.c
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tc
[mv-sheeva.git] / net / tipc / core.c
index 5003acb1591975c995ed92decb6ab412dc988b1a..6f5b7ee311802388b80ad5d72e2a8a15ae48b89e 100644 (file)
@@ -57,7 +57,7 @@ void tipc_socket_stop(void);
 int  tipc_netlink_start(void);
 void tipc_netlink_stop(void);
 
-#define TIPC_MOD_VER "1.6.1"
+#define TIPC_MOD_VER "1.6.2"
 
 #ifndef CONFIG_TIPC_ZONES
 #define CONFIG_TIPC_ZONES 3
@@ -90,7 +90,7 @@ int tipc_random;
 atomic_t tipc_user_count = ATOMIC_INIT(0);
 
 const char tipc_alphabet[] = 
-       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_";
+       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.";
 
 /* configurable TIPC parameters */
 
@@ -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;