summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 13:50:48 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 13:50:48 +0200
commitb55d0f6473fccff328bcd8febc9d376ade564b2d (patch)
tree6b7fb4258940f6e5e8066e8a3f05ade5fada2949
parent94880920a17e3345cd9bff2276c2671f54fff915 (diff)
Define TCX_*_VERSION using PACKAGE_VERSION*
-rw-r--r--src/tcx_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tcx_driver.c b/src/tcx_driver.c
index e82a419..15bb305 100644
--- a/src/tcx_driver.c
+++ b/src/tcx_driver.c
@@ -66,9 +66,9 @@ void TCXSync(ScrnInfoPtr pScrn);
#define TCX_VERSION 4000
#define TCX_NAME "SUNTCX"
#define TCX_DRIVER_NAME "suntcx"
-#define TCX_MAJOR_VERSION 1
-#define TCX_MINOR_VERSION 1
-#define TCX_PATCHLEVEL 0
+#define TCX_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define TCX_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define TCX_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
/*
* This contains the functions needed by the server after loading the driver