From: Ed Cashin Date: Fri, 5 Oct 2012 00:16:37 +0000 (-0700) Subject: aoe: update internal version number to 49 X-Git-Tag: v3.7-rc1~110^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7392fbe5ade3b28387bb467e39f5f3e01f6c9f13;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git aoe: update internal version number to 49 The internal version number of the aoe driver appears in a console message when the driver loads and is usually obtained by the user with the userland aoe-version tool, part of the aoetools.[1] Although this patchset includes bugfixes backported from higher-numbered versions published on the coraid.com website, it is a form of version 49. 1. http://aoetools.sourceforge.net/ Signed-off-by: Ed Cashin 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 eb41fc5..32aede9 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -1,5 +1,5 @@ /* Copyright (c) 2007 Coraid, Inc. See COPYING for GPL terms. */ -#define VERSION "47" +#define VERSION "49" #define AOE_MAJOR 152 #define DEVICE_NAME "aoe"