summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 11:32:11 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 11:32:11 +0200
commit7fa41fbfe69077ab381516d177738deacf4729a5 (patch)
tree5c3e0fca17ee937b47fcf798571d4ea70751907a
parent27994cabb8039d0cee82af7c86564a831e497836 (diff)
IMPACT_*_VERSION using PACKAGE_VERSION_*
-rw-r--r--src/impact_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/impact_driver.c b/src/impact_driver.c
index 0055600..28a543f 100644
--- a/src/impact_driver.c
+++ b/src/impact_driver.c
@@ -74,9 +74,9 @@
#define IMPACT_VERSION 4000
#define IMPACT_NAME "IMPACT"
#define IMPACT_DRIVER_NAME "impact"
-#define IMPACT_MAJOR_VERSION 0
-#define IMPACT_MINOR_VERSION 2
-#define IMPACT_PATCHLEVEL 0
+#define IMPACT_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define IMPACT_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define IMPACT_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
struct probed_id {
unsigned char id;