From eee57828a853e80515b43bfda3b517706e42bf46 Mon Sep 17 00:00:00 2001 From: Guo-Fu Tseng Date: Tue, 19 Oct 2010 06:52:41 +0800 Subject: [PATCH] jme: Advance version number Advance version number and update copyright info --- jme.c | 1 + jme.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jme.c b/jme.c index c34c70f..d7a975e 100644 --- a/jme.c +++ b/jme.c @@ -3,6 +3,7 @@ * * Copyright 2008 JMicron Technology Corporation * http://www.jmicron.com/ + * Copyright (c) 2009 - 2010 Guo-Fu Tseng * * Author: Guo-Fu Tseng * diff --git a/jme.h b/jme.h index 1360f68..eac0926 100644 --- a/jme.h +++ b/jme.h @@ -3,6 +3,7 @@ * * Copyright 2008 JMicron Technology Corporation * http://www.jmicron.com/ + * Copyright (c) 2009 - 2010 Guo-Fu Tseng * * Author: Guo-Fu Tseng * @@ -25,7 +26,7 @@ #define __JME_H_INCLUDED__ #define DRV_NAME "jme" -#define DRV_VERSION "1.0.6" +#define DRV_VERSION "1.0.7" #define PFX DRV_NAME ": " #define PCI_DEVICE_ID_JMICRON_JMC250 0x0250 -- 2.39.3