From 97932ac707768ad1ec582f09562d0fa2e97c730b Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Sat, 12 Jul 2008 15:18:36 +0000 Subject: 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@. --- driver/xf86-video-ati/src/ativersion.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'driver/xf86-video-ati/src/ativersion.h') 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) -- cgit v1.2.3