summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-07-02 16:19:13 -0400
committerDave Airlie <airlied@redhat.com>2013-07-03 15:34:02 +1000
commit8b03ec16acece636f96cf30362061716f6b596c2 (patch)
tree06539574745cb407cb7f0def26100ef7fd1d1b79
parent131b7a87506adb304be9c479803d6952dce599cd (diff)
qxl: Report actual module version
https://bugzilla.redhat.com/show_bug.cgi?id=813684 Signed-off-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--src/qxl_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index 8183565..ac5408e 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -1426,7 +1426,7 @@ static XF86ModuleVersionInfo qxl_module_info =
MODINFOSTRING1,
MODINFOSTRING2,
XORG_VERSION_CURRENT,
- 0, 0, 0,
+ PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHLEVEL,
ABI_CLASS_VIDEODRV,
ABI_VIDEODRV_VERSION,
MOD_CLASS_VIDEODRV,