summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 10:50:06 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 10:50:06 +0200
commit345de2bd048fcc7b177a3b504522fe100b34f1e0 (patch)
treeddec73767d1dc1fb6d6791a2bb05b2a06ff196f3
parent22e38bed8cd2d1e54c47d0763436012eeccb2d32 (diff)
Define DUMMY_*_VERSION* using PACKAGE_VERSION_*
-rw-r--r--src/dummy_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dummy_driver.c b/src/dummy_driver.c
index 6e8b3e2..77d5bea 100644
--- a/src/dummy_driver.c
+++ b/src/dummy_driver.c
@@ -85,9 +85,9 @@ static Bool dummyDriverFunc(ScrnInfoPtr pScrn, xorgDriverFuncOp op,
#define DUMMY_NAME "DUMMY"
#define DUMMY_DRIVER_NAME "dummy"
-#define DUMMY_MAJOR_VERSION 0
-#define DUMMY_MINOR_VERSION 2
-#define DUMMY_PATCHLEVEL 0
+#define DUMMY_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define DUMMY_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define DUMMY_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
/*
* This is intentionally screen-independent. It indicates the binding