summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-07 11:55:13 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-07 11:55:13 +0200
commita5d1ffc70d5b45e4579b73a265f07a453ee91c81 (patch)
tree2ff9d03360dbd943be3a1c8ad1727b4e49a1ba95
parent4fb2560e8ef828e91a6a2a2ca3367befd99748f0 (diff)
TGA_*_VERSION using PACKAGE_VERSION_*
-rw-r--r--src/tga_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tga_driver.c b/src/tga_driver.c
index 5f6dc1e..3722a9a 100644
--- a/src/tga_driver.c
+++ b/src/tga_driver.c
@@ -118,9 +118,9 @@ void TGASync(ScrnInfoPtr pScrn);
#define TGA_VERSION 4000
#define TGA_NAME "TGA"
#define TGA_DRIVER_NAME "tga"
-#define TGA_MAJOR_VERSION 1
-#define TGA_MINOR_VERSION 1
-#define TGA_PATCHLEVEL 0
+#define TGA_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define TGA_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define TGA_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
/*
* This contains the functions needed by the server after loading the driver