summaryrefslogtreecommitdiff
path: root/src/ativersion.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2006-12-19 09:45:24 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2006-12-19 21:07:25 +0200
commitd5c6306385cbc7b13a132ae72ed04e04e24d9886 (patch)
tree636978341346df7ea0a484e7e308ba6096a48849 /src/ativersion.h
parent97df0a32b14e34f22dce9cd3b375c1ac5fb1c5eb (diff)
Use portable XORG_RELEASE_VERSION macro.
Diffstat (limited to 'src/ativersion.h')
-rw-r--r--src/ativersion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ativersion.h b/src/ativersion.h
index 22714f2d..578b3c4f 100644
--- a/src/ativersion.h
+++ b/src/ativersion.h
@@ -37,6 +37,10 @@
#define ATI_VERSION_EXTRA ""
#endif
+#define ATI_VERSION_MAJOR PACKAGE_VERSION_MAJOR
+#define ATI_VERSION_MINOR PACKAGE_VERSION_MINOR
+#define ATI_VERSION_PATCH PACKAGE_VERSION_PATCHLEVEL
+
#define ATI_VERSION_CURRENT \
((ATI_VERSION_MAJOR << 20) | (ATI_VERSION_MINOR << 10) | ATI_VERSION_PATCH)