diff mbox

[3/3] TIPC: Stepping TIPC version to 2.1.0

Message ID 1337579954-17161-3-git-send-email-jon.maloy@ericsson.com
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Jon Maloy May 21, 2012, 5:59 a.m. UTC
Catch-up with out-of-tree version is done. We can go ahead
with more development.

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
---
 net/tipc/core.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

David Miller May 21, 2012, 6:40 a.m. UTC | #1
From: Jon Maloy <jon.maloy@ericsson.com>
Date: Mon, 21 May 2012 01:59:14 -0400

> Catch-up with out-of-tree version is done. We can go ahead
> with more development.
> 
> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>

Again, I don't trust you, you and the windriver folks have haven't
submitted upstream TIPC patches for year, therefore I'd rather someone
I have an ongoing relation with, such as Paul, submit this stuff.

You can't ignore and write off upstream TIPC completely, then show up
out of the blue and start being the main source of changes.  That's
rude, and I simply won't allow that.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/tipc/core.h b/net/tipc/core.h
index 2a9bb99..3ab29bf 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -1,7 +1,7 @@ 
 /*
  * net/tipc/core.h: Include file for TIPC global declarations
  *
- * Copyright (c) 2005-2006, Ericsson AB
+ * Copyright (c) 2005-2006, 2012, Ericsson AB
  * Copyright (c) 2005-2007, 2010-2011, Wind River Systems
  * All rights reserved.
  *
@@ -56,7 +56,7 @@ 
 #include <linux/vmalloc.h>
 
 
-#define TIPC_MOD_VER "2.0.0"
+#define TIPC_MOD_VER "2.1.0"
 
 struct tipc_msg;	/* msg.h */
 struct print_buf;	/* log.h */