diff options
Diffstat (limited to 'linux-core/drm_core.h')
-rw-r--r-- | linux-core/drm_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/drm_core.h b/linux-core/drm_core.h index ff76497e..a9a851b7 100644 --- a/linux-core/drm_core.h +++ b/linux-core/drm_core.h @@ -27,11 +27,11 @@ #define CORE_NAME "drm" #define CORE_DESC "DRM shared core routines" -#define CORE_DATE "20040925" +#define CORE_DATE "20051102" #define DRM_IF_MAJOR 1 #define DRM_IF_MINOR 2 #define CORE_MAJOR 1 #define CORE_MINOR 0 -#define CORE_PATCHLEVEL 0 +#define CORE_PATCHLEVEL 1 |