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 <ecashin@coraid.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b21faa25c6
commit
7392fbe5ad
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue