]> Pileus Git - ~andy/linux/commitdiff
edac: Increase version to 3.0.0
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 10 May 2012 15:43:01 +0000 (12:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 11 Jun 2012 16:23:50 +0000 (13:23 -0300)
There were lots of changes introduced to justify renaming it to
3.0.0:

  - 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@redhat.com>
drivers/edac/edac_module.c

index cbba80d3423ae02e384c6efb8dd9edf78937308b..3454798c270ec1ad2719bb9b85a1a787639856f2 100644 (file)
@@ -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 */