diff options
author | Ed L Cashin <ecashin@coraid.com> | 2005-04-29 10:24:28 -0400 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-05-03 23:34:55 -0700 |
commit | 0e57c7166675a86293f150d5ef7779edd629fe2a (patch) | |
tree | 5227de18bbd59513f48766b4f38694d122ffeb59 /drivers/block/aoe/aoe.h | |
parent | 4613ed277ab8a41640434181898ef4649cc7301e (diff) | |
download | talos-op-linux-0e57c7166675a86293f150d5ef7779edd629fe2a.tar.gz talos-op-linux-0e57c7166675a86293f150d5ef7779edd629fe2a.zip |
[PATCH] aoe: update version number to 10
update version number to 10
Signed-off-by: Ed L. Cashin <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-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 aa8b547ffafa..721ba8086043 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 "6" +#define VERSION "10" #define AOE_MAJOR 152 #define DEVICE_NAME "aoe" |