summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 11:28:16 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 11:28:16 +0200
commit5241aee2f633bab3c22b44d6b5f907973924fcd8 (patch)
treead97c95c2ed13852c9410cf33b2d6950c37ad499 /src
parent87f355c3d5b007c5ae24c0fcc1c2c2c97b2dc7ef (diff)
Define I740_*_VERSION* using PACKAGE_VERSION_*
Diffstat (limited to 'src')
-rw-r--r--src/i740_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i740_driver.c b/src/i740_driver.c
index c21163d..21651a2 100644
--- a/src/i740_driver.c
+++ b/src/i740_driver.c
@@ -142,9 +142,9 @@ static Bool I740UnmapMem(ScrnInfoPtr pScrn);
#define I740_VERSION 4000
#define I740_NAME "I740"
#define I740_DRIVER_NAME "i740"
-#define I740_MAJOR_VERSION 1
-#define I740_MINOR_VERSION 1
-#define I740_PATCHLEVEL 0
+#define I740_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define I740_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define I740_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
_X_EXPORT DriverRec I740 = {
I740_VERSION,