aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Cliburn <[email protected]>2008-05-09 22:12:09 -0500
committerJeff Garzik <[email protected]>2008-05-13 01:30:25 -0400
commite8f720fdec08daa669f46c8d76da0714f6872ccc (patch)
treefb9fb737578aadb8a7f66b62dd34fec88bd1adb7
parentbf455a2247c6abe7d0debfbf2974514b5144ed4d (diff)
atl1: bump version number
atl1-2.1.3. Signed-off-by: Jay Cliburn <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
-rw-r--r--drivers/net/atlx/atl1.c2
-rw-r--r--drivers/net/atlx/atl1.h2
-rw-r--r--drivers/net/atlx/atlx.c2
-rw-r--r--drivers/net/atlx/atlx.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c
index b7092a330f56..9c2394d49428 100644
--- a/drivers/net/atlx/atl1.c
+++ b/drivers/net/atlx/atl1.c
@@ -1,7 +1,7 @@
/*
* Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
* Copyright(c) 2006 - 2007 Chris Snook <[email protected]>
- * Copyright(c) 2006 Jay Cliburn <[email protected]>
+ * Copyright(c) 2006 - 2008 Jay Cliburn <[email protected]>
*
* Derived from Intel e1000 driver
* Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
diff --git a/drivers/net/atlx/atl1.h b/drivers/net/atlx/atl1.h
index 51893d66eae1..a5015b14a429 100644
--- a/drivers/net/atlx/atl1.h
+++ b/drivers/net/atlx/atl1.h
@@ -1,7 +1,7 @@
/*
* Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
* Copyright(c) 2006 - 2007 Chris Snook <[email protected]>
- * Copyright(c) 2006 Jay Cliburn <[email protected]>
+ * Copyright(c) 2006 - 2008 Jay Cliburn <[email protected]>
*
* Derived from Intel e1000 driver
* Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
diff --git a/drivers/net/atlx/atlx.c b/drivers/net/atlx/atlx.c
index f06b854e2501..b3e7fcf0f6e7 100644
--- a/drivers/net/atlx/atlx.c
+++ b/drivers/net/atlx/atlx.c
@@ -2,7 +2,7 @@
*
* Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
* Copyright(c) 2006 - 2007 Chris Snook <[email protected]>
- * Copyright(c) 2006 Jay Cliburn <[email protected]>
+ * Copyright(c) 2006 - 2008 Jay Cliburn <[email protected]>
* Copyright(c) 2007 Atheros Corporation. All rights reserved.
*
* Derived from Intel e1000 driver
diff --git a/drivers/net/atlx/atlx.h b/drivers/net/atlx/atlx.h
index 96721881ad66..297a03da6b7f 100644
--- a/drivers/net/atlx/atlx.h
+++ b/drivers/net/atlx/atlx.h
@@ -2,7 +2,7 @@
*
* Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
* Copyright(c) 2006 - 2007 Chris Snook <[email protected]>
- * Copyright(c) 2006 Jay Cliburn <[email protected]>
+ * Copyright(c) 2006 - 2008 Jay Cliburn <[email protected]>
* Copyright(c) 2007 Atheros Corporation. All rights reserved.
*
* Derived from Intel e1000 driver
@@ -29,7 +29,7 @@
#include <linux/module.h>
#include <linux/types.h>
-#define ATLX_DRIVER_VERSION "2.1.1"
+#define ATLX_DRIVER_VERSION "2.1.3"
MODULE_AUTHOR("Xiong Huang <[email protected]>, \
Chris Snook <[email protected]>, Jay Cliburn <[email protected]>");
MODULE_LICENSE("GPL");