Skip to content

Commit

Permalink
edac: Increase version to 3.0.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Jun 11, 2012
1 parent 6e84d35 commit 5156a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/edac_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5156a5f

Please sign in to comment.