The TIPC module has remained in version 2.0.0 since 2010. With the quite significant improvements and upgrades that have been added since then we feel it motivated to step the version to 3.0.0.
Note however that the protocol itself stays at version 2, as we have not made any incompatible changes to it. Signed-off-by: Jon Maloy <[email protected]> --- net/tipc/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tipc/core.h b/net/tipc/core.h index e5ff67a..d986c02 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -67,7 +67,7 @@ struct tipc_binding_table; struct tipc_topsrv; struct tipc_monitor; -#define TIPC_MOD_VER "2.0.0" +#define TIPC_MOD_VER "3.0.0" #define NODE_HTABLE_SIZE 512 #define MAX_BEARERS 3 -- 2.1.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
