diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2008-03-06 15:08:40 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-06 15:08:40 -0800 |
commit | ba0fa4599484b98dbb21d279fbfdb40e9c07d30d (patch) | |
tree | d8da28f2a0bc4112c318b888694d4b2f250f7d00 /net | |
parent | c0cb7ef08667374f0cbe8c94c819f74a6c935135 (diff) | |
download | linux-ba0fa4599484b98dbb21d279fbfdb40e9c07d30d.tar.bz2 |
[TIPC]: Update version to 1.6.3
This patch updates TIPC's version number to 1.6.3.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/tipc/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index b41b0ac67c0b..740aac5cdfb6 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c @@ -49,7 +49,7 @@ #include "config.h" -#define TIPC_MOD_VER "1.6.2" +#define TIPC_MOD_VER "1.6.3" #ifndef CONFIG_TIPC_ZONES #define CONFIG_TIPC_ZONES 3 |