From f9db5595fe4d62c54b3a501b2af64b4e2b7035cd Mon Sep 17 00:00:00 2001 From: Michel Daenzer Date: Sun, 21 May 2006 14:33:34 +0000 Subject: Derive ATI_VERSION_{MAJOR,MINOR,PATCH} from package version in order to hopefully confuse bug triagers a little less. --- src/ativersion.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/ativersion.h') diff --git a/src/ativersion.h b/src/ativersion.h index fa6f54a..b822072 100644 --- a/src/ativersion.h +++ b/src/ativersion.h @@ -26,9 +26,6 @@ #undef ATI_NAME #undef ATI_DRIVER_NAME -#undef ATI_VERSION_MAJOR -#undef ATI_VERSION_MINOR -#undef ATI_VERSION_PATCH #undef ATI_VERSION_CURRENT #undef ATI_VERSION_EVALUATE #undef ATI_VERSION_STRINGIFY @@ -37,10 +34,6 @@ #define ATI_NAME "ATI" #define ATI_DRIVER_NAME "ati" -#define ATI_VERSION_MAJOR 6 -#define ATI_VERSION_MINOR 5 -#define ATI_VERSION_PATCH 7 - #ifndef ATI_VERSION_EXTRA #define ATI_VERSION_EXTRA "" #endif -- cgit v1.2.3