lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1268630108-10374-3-git-send-email-cooldavid@cooldavid.org> Date: Mon, 15 Mar 2010 13:15:08 +0800 From: cooldavid@...ldavid.org To: "David Miller" <davem@...emloft.net> Cc: Guo-Fu Tseng <cooldavid@...ldavid.org>, "linux-netdev" <netdev@...r.kernel.org>, "Ethan Hsiao" <ethanhsiao@...cron.com> Subject: [PATCH net-2.6 3/3] jme: Advance driver version number From: Guo-Fu Tseng <cooldavid@...ldavid.org> Advance driver version number after some bug fix. Signed-off-by: Guo-Fu Tseng <cooldavid@...ldavid.org> --- drivers/net/jme.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/jme.h b/drivers/net/jme.h index 0ed4924..727a3bf 100644 --- a/drivers/net/jme.h +++ b/drivers/net/jme.h @@ -25,7 +25,7 @@ #define __JME_H_INCLUDED__ #define DRV_NAME "jme" -#define DRV_VERSION "1.0.5" +#define DRV_VERSION "1.0.6" #define PFX DRV_NAME ": " #define PCI_DEVICE_ID_JMICRON_JMC250 0x0250 -- 1.6.4.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists