From: Ed Cashin Date: Tue, 18 Dec 2012 00:04:19 +0000 (-0800) Subject: aoe: update internal version number to 81 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2b37c7d865121249f2dee9ae25d524333b07be63;p=deliverable%2Flinux.git 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 Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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"