summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 10:15:10 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 10:15:10 +0200
commitca78b41a6fcb4110d8e19636baa8dfb4a9ef07bd (patch)
tree904d19d29fa93ce8e4fb5a851165079ea9e46a56
parent5c471bae5933a3e915d8aba2dbf7c4f68c3086b7 (diff)
Define APM_*_VERSION using PACKAGE_VERSION_*
-rw-r--r--src/apm_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apm_driver.c b/src/apm_driver.c
index e5b6006..81356a0 100644
--- a/src/apm_driver.c
+++ b/src/apm_driver.c
@@ -19,9 +19,9 @@
#define APM_VERSION 4000
#define APM_NAME "APM"
#define APM_DRIVER_NAME "apm"
-#define APM_MAJOR_VERSION 1
-#define APM_MINOR_VERSION 1
-#define APM_PATCHLEVEL 1
+#define APM_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define APM_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define APM_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
#ifndef PCI_CHIP_AT3D
#define PCI_CHIP_AT3D 0x643D
#endif