summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 13:46:00 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 13:46:00 +0200
commitb455ac7db2811774ac90871e71b7ef2be278263c (patch)
tree23fd7848f642fb45baf84edf880e7a24fa15185e
parentf00f04a1b65bbce2d14add8545c42843cc8603f5 (diff)
Define CG14_*_VERSION using PACKAGE_VERSION*
-rw-r--r--src/cg14_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cg14_driver.c b/src/cg14_driver.c
index 039f379..a583da4 100644
--- a/src/cg14_driver.c
+++ b/src/cg14_driver.c
@@ -67,9 +67,9 @@ void CG14Sync(ScrnInfoPtr pScrn);
#define CG14_VERSION 4000
#define CG14_NAME "SUNCG14"
#define CG14_DRIVER_NAME "suncg14"
-#define CG14_MAJOR_VERSION 1
-#define CG14_MINOR_VERSION 1
-#define CG14_PATCHLEVEL 0
+#define CG14_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define CG14_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define CG14_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
/*
* This contains the functions needed by the server after loading the driver