summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 12:37:51 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 12:37:51 +0200
commit6cce7770b43999ea606a468d63067aa6263a7940 (patch)
tree023d541b8c44949ffc3cefc90965e5a930fe0aaf
parente35dd304dc9f0dc12eaf73ea247ca7b8e0c66aec (diff)
Define NEWPORT_*_VERSION using PACKAGE_VERSION_*
-rw-r--r--src/newport_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/newport_driver.c b/src/newport_driver.c
index 2bb6cab..4794df1 100644
--- a/src/newport_driver.c
+++ b/src/newport_driver.c
@@ -62,9 +62,9 @@
#define NEWPORT_VERSION 4000
#define NEWPORT_NAME "NEWPORT"
#define NEWPORT_DRIVER_NAME "newport"
-#define NEWPORT_MAJOR_VERSION 0
-#define NEWPORT_MINOR_VERSION 2
-#define NEWPORT_PATCHLEVEL 0
+#define NEWPORT_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define NEWPORT_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define NEWPORT_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
/* Prototypes ------------------------------------------------------- */