diff options
author | Ed L Cashin <ecashin@coraid.com> | 2005-08-19 23:05:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-09 23:23:19 +0200 |
commit | 49a1fd60d2a8e671222515cf6055e91781278517 (patch) | |
tree | 4d27a330c7944c8d67ab192fb30cab7659bdeb86 /drivers/block/aoe | |
parent | [PATCH] aoe [1/2]: support 16 AoE slot addresses per AoE shelf (diff) | |
download | linux-49a1fd60d2a8e671222515cf6055e91781278517.tar.xz linux-49a1fd60d2a8e671222515cf6055e91781278517.zip |
[PATCH] aoe [2/2]: update driver version number to twelve
Update driver version number to twelve.
Signed-off-by: Ed L. Cashin <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/block/aoe')
-rw-r--r-- | drivers/block/aoe/aoe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 599951dc2c3b..0e9e586e9ba3 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -1,5 +1,5 @@ /* Copyright (c) 2004 Coraid, Inc. See COPYING for GPL terms. */ -#define VERSION "10" +#define VERSION "12" #define AOE_MAJOR 152 #define DEVICE_NAME "aoe" |