diff mbox

[net-next-2.6,9/9] vxge: Version update

Message ID Pine.GSO.4.10.10907020318070.13763-100000@guinness
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Sreenivasa Honnur July 2, 2009, 7:18 a.m. UTC
- Version update

Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
---

--
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

Comments

Eric Dumazet July 2, 2009, 7:27 a.m. UTC | #1
Sreenivasa Honnur a écrit :
> - Version update
> 
> Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
> Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
> ---
> diff -urpN patch_8/drivers/net/vxge/vxge-version.h patch_9/drivers/net/vxge/vxge-version.h
> --- patch_8/drivers/net/vxge/vxge-version.h	2009-06-30 12:14:09.000000000 +0530
> +++ patch_9/drivers/net/vxge/vxge-version.h	2009-06-30 12:47:50.000000000 +0530
> @@ -18,6 +18,6 @@
>  #define VXGE_VERSION_MAJOR	"2"
>  #define VXGE_VERSION_MINOR	"0"
>  #define VXGE_VERSION_FIX	"4"
> -#define VXGE_VERSION_BUILD	"17795"
> +#define VXGE_VERSION_BUILD	"17899"
>  #define VXGE_VERSION_FOR	"k"
>  #endif
> 

Just curious, why do you change only BUILD, after all previous changes
that seem quite important, like requiring a new firmware (see patch 7/9) and or
fixing crash issues ?

--
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
Ramkrishna Vepa July 2, 2009, 8:19 a.m. UTC | #2
> Just curious, why do you change only BUILD, after all previous changes
> that seem quite important, like requiring a new firmware (see patch
7/9)
> and or
> fixing crash issues ?
[Ram] Good point! We have a few more minor fixes to submit to complete
the list and then will bump up the 'FIX' number.

Ram
--
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 -urpN patch_8/drivers/net/vxge/vxge-version.h patch_9/drivers/net/vxge/vxge-version.h
--- patch_8/drivers/net/vxge/vxge-version.h	2009-06-30 12:14:09.000000000 +0530
+++ patch_9/drivers/net/vxge/vxge-version.h	2009-06-30 12:47:50.000000000 +0530
@@ -18,6 +18,6 @@ 
 #define VXGE_VERSION_MAJOR	"2"
 #define VXGE_VERSION_MINOR	"0"
 #define VXGE_VERSION_FIX	"4"
-#define VXGE_VERSION_BUILD	"17795"
+#define VXGE_VERSION_BUILD	"17899"
 #define VXGE_VERSION_FOR	"k"
 #endif