diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-07-12 15:18:36 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-07-12 15:18:36 +0000 |
commit | 97932ac707768ad1ec582f09562d0fa2e97c730b (patch) | |
tree | dcf9ba95312607942159ae2b6dd4adf4f89b4732 /driver/xf86-video-ati/src/ativersion.h | |
parent | 8b4789ec4c637d6a7d727e76383734c737944216 (diff) |
Long awaited update of xf86-video-ati to 6.9.0.
the rage128 and mach64 drivers were split out of this driver just after
the 6.8.0 release, these drivers will be commited separately.
MergedFb mode is gone, so please use xrandr if you used to use it.
ok matthieu@.
Diffstat (limited to 'driver/xf86-video-ati/src/ativersion.h')
-rw-r--r-- | driver/xf86-video-ati/src/ativersion.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/xf86-video-ati/src/ativersion.h b/driver/xf86-video-ati/src/ativersion.h index b82207273..578b3c4f8 100644 --- a/driver/xf86-video-ati/src/ativersion.h +++ b/driver/xf86-video-ati/src/ativersion.h @@ -1,4 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h,v 1.65tsi Exp $ */ /* * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * @@ -38,6 +37,10 @@ #define ATI_VERSION_EXTRA "" #endif +#define ATI_VERSION_MAJOR PACKAGE_VERSION_MAJOR +#define ATI_VERSION_MINOR PACKAGE_VERSION_MINOR +#define ATI_VERSION_PATCH PACKAGE_VERSION_PATCHLEVEL + #define ATI_VERSION_CURRENT \ ((ATI_VERSION_MAJOR << 20) | (ATI_VERSION_MINOR << 10) | ATI_VERSION_PATCH) |