summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 13:50:00 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 13:50:00 +0200
commitaccee0d1ce864d1a6200c93fa4ef6c942fe43feb (patch)
tree0255c75ab581e0ce0a6e2923bc9050b66af9e1c9
parent109b59467c57bb2aaee1cced3d30129dcd305927 (diff)
Define CG6_*_VERSION using PACKAGE_VERSION*
-rw-r--r--src/cg6_driver.c6
1 files 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