From 68e06fd13a9026b9b679ae32a76a33813a8b0ee9 Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Tue, 7 Aug 2007 13:48:28 +0200 Subject: Define CG3_*_VERSION using PACKAGE_VERSION* --- src/cg3_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cg3_driver.c b/src/cg3_driver.c index 0aa3fba..9b1b187 100644 --- a/src/cg3_driver.c +++ b/src/cg3_driver.c @@ -64,9 +64,9 @@ void CG3Sync(ScrnInfoPtr pScrn); #define CG3_VERSION 4000 #define CG3_NAME "SUNCG3" #define CG3_DRIVER_NAME "suncg3" -#define CG3_MAJOR_VERSION 1 -#define CG3_MINOR_VERSION 1 -#define CG3_PATCHLEVEL 0 +#define CG3_MAJOR_VERSION PACKAGE_VERSION_MAJOR +#define CG3_MINOR_VERSION PACKAGE_VERSION_MINOR +#define CG3_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL /* * This contains the functions needed by the server after loading the driver -- cgit v1.2.3