diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-12-17 16:04:19 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 17:15:26 -0800 |
commit | 2b37c7d865121249f2dee9ae25d524333b07be63 (patch) | |
tree | e1a90fd3263a43906e8b24d0f40537754e7b2b76 /drivers/block | |
parent | bf29754ae8c1d611f43f0e25f1ba18e558455d8d (diff) | |
download | linux-2b37c7d865121249f2dee9ae25d524333b07be63.tar.bz2 |
aoe: update internal version number to 81
This version number is printed to the console on module initialization
and is available in sysfs, which is where the userland aoe-version tool
looks for it.
Signed-off-by: Ed Cashin <ecashin@coraid.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/aoe/aoe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index f8d6c7e18a8b..175649468c95 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -1,6 +1,5 @@ - /* Copyright (c) 2012 Coraid, Inc. See COPYING for GPL terms. */ -#define VERSION "64+" +#define VERSION "81" #define AOE_MAJOR 152 #define DEVICE_NAME "aoe" |