diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-10-04 17:16:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-06 03:05:30 +0900 |
commit | 322c9ec009fdc2bc9ccb8f55afab3f7ab8ac71ab (patch) | |
tree | eec4ed30569f3583161839711137e5914de98aba /drivers | |
parent | 5b8c4be381a81617b60488ac3bd1b3e5cda32218 (diff) | |
download | linux-322c9ec009fdc2bc9ccb8f55afab3f7ab8ac71ab.tar.bz2 |
aoe: update aoe-internal version number to 50
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')
-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 c2bf79791e35..d2ed7f18d1ac 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 Coraid, Inc. See COPYING for GPL terms. */ -#define VERSION "49" +#define VERSION "50" #define AOE_MAJOR 152 #define DEVICE_NAME "aoe" |