[PATCH] edac: Increase version to 3.0.0 (aka: "HERM" version)

From: Mauro Carvalho Chehab
Date: Thu May 10 2012 - 15:57:44 EST


There were lots of changes introduced to justify renaming it to
3.0.0 (HERM - Hardware Events Report Method):

- EDAC core were redesigned to represent all types of
memory controllers;

- EDAC API were redesigned to properly represent the memory
controller hierarchy;

- a tracepoint-based API were added to report memory errors.

Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
---
drivers/edac/edac_module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/edac/edac_module.c b/drivers/edac/edac_module.c
index cbba80d..3454798 100644
--- a/drivers/edac/edac_module.c
+++ b/drivers/edac/edac_module.c
@@ -15,7 +15,7 @@
#include "edac_core.h"
#include "edac_module.h"

-#define EDAC_VERSION "Ver: 2.1.0"
+#define EDAC_VERSION "Ver: 3.0.0"

#ifdef CONFIG_EDAC_DEBUG
/* Values of 0 to 4 will generate output */
--
1.7.8

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/