[Spice-devel] [PATCH] qxl: Report actual module version

Cole Robinson crobinso at redhat.com
Tue Jul 2 13:19:13 PDT 2013


https://bugzilla.redhat.com/show_bug.cgi?id=813684

Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
 src/qxl_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
1.8.3.1



More information about the Spice-devel mailing list