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>
This commit is contained in:
Ed Cashin 2012-12-17 16:04:19 -08:00 committed by Linus Torvalds
parent bf29754ae8
commit 2b37c7d865
1 changed files with 1 additions and 2 deletions

View File

@ -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"