diff options
author | Ed Cashin <ecashin@coraid.com> | 2013-09-11 14:25:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-11 15:59:26 -0700 |
commit | 896dcd9a64a86d8792302615ee8ab118dc8afd9c (patch) | |
tree | 3439aebc3c23434e829bc6bf51cd6fea8f07699d /drivers/block/aoe | |
parent | ec345120c571847dea3d3bef76dd9b7978fa794e (diff) | |
download | linux-896dcd9a64a86d8792302615ee8ab118dc8afd9c.tar.bz2 |
aoe: update internal version number to 85
Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 b1f24c5a6bd1..14a9d1912318 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -1,5 +1,5 @@ /* Copyright (c) 2013 Coraid, Inc. See COPYING for GPL terms. */ -#define VERSION "83" +#define VERSION "85" #define AOE_MAJOR 152 #define DEVICE_NAME "aoe" |