Commit 5b54cbd7 authored by Michel Dänzer's avatar Michel Dänzer
Browse files

Use package version definitions from XORG_RELEASE_VERSION macros.

parent b6fd3708
......@@ -75,8 +75,6 @@ static int pix24bpp = 0;
#define FBDEV_VERSION 4000
#define FBDEV_NAME "FBDEV"
#define FBDEV_DRIVER_NAME "fbdev"
#define FBDEV_MAJOR_VERSION 0
#define FBDEV_MINOR_VERSION 3
_X_EXPORT DriverRec FBDEV = {
FBDEV_VERSION,
......@@ -191,7 +189,7 @@ static XF86ModuleVersionInfo FBDevVersRec =
MODINFOSTRING1,
MODINFOSTRING2,
XORG_VERSION_CURRENT,
FBDEV_MAJOR_VERSION, FBDEV_MINOR_VERSION, 0,
PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHLEVEL,
ABI_CLASS_VIDEODRV,
ABI_VIDEODRV_VERSION,
NULL,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment