diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2008-05-05 04:24:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-05 04:24:36 -0400 |
commit | a7ca0268b5dfffcaa8a1fe40c6eccdeac50fa3ea (patch) | |
tree | 953e46b5afa44d10755297bd1bd87e8f4b277a64 | |
parent | 48c971394626173eaf1c33441ea1d900c88b21a3 (diff) |
tipc: Update version number to TIPC 1.6.4
This patch updates TIPC's version number to 1.6.4.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.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 862d41541615..6d6aa5a3c240 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #include "config.h" | 49 | #include "config.h" |
50 | 50 | ||
51 | 51 | ||
52 | #define TIPC_MOD_VER "1.6.3" | 52 | #define TIPC_MOD_VER "1.6.4" |
53 | 53 | ||
54 | #ifndef CONFIG_TIPC_ZONES | 54 | #ifndef CONFIG_TIPC_ZONES |
55 | #define CONFIG_TIPC_ZONES 3 | 55 | #define CONFIG_TIPC_ZONES 3 |