summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 13:48:28 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 13:48:28 +0200
commit68e06fd13a9026b9b679ae32a76a33813a8b0ee9 (patch)
treea3e7ba1090b375e2f5ad3a846edb8f50a4a2dcdb
parent5a3ad382ab98e126320fa93d3b11d4249a9cf0cd (diff)
Define CG3_*_VERSION using PACKAGE_VERSION*
-rw-r--r--src/cg3_driver.c6
1 files 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