From accee0d1ce864d1a6200c93fa4ef6c942fe43feb Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Tue, 7 Aug 2007 13:50:00 +0200 Subject: Define CG6_*_VERSION using PACKAGE_VERSION* --- src/cg6_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cg6_driver.c b/src/cg6_driver.c index baad7c3..378def7 100644 --- a/src/cg6_driver.c +++ b/src/cg6_driver.c @@ -65,9 +65,9 @@ void CG6Sync(ScrnInfoPtr pScrn); #define CG6_VERSION 4000 #define CG6_NAME "SUNCG6" #define CG6_DRIVER_NAME "suncg6" -#define CG6_MAJOR_VERSION 1 -#define CG6_MINOR_VERSION 1 -#define CG6_PATCHLEVEL 0 +#define CG6_MAJOR_VERSION PACKAGE_VERSION_MAJOR +#define CG6_MINOR_VERSION PACKAGE_VERSION_MINOR +#define CG6_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL /* * This contains the functions needed by the server after loading the driver -- cgit v1.2.3