diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:28:21 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:28:21 +0000 |
commit | 5308a983f77e8cd96538c4637062aa29a705caa3 (patch) | |
tree | 53358da098ae7b730a408df9f20bd3aa63b02c01 /src/alp_driver.c | |
parent | fb8a70faaa717c7b998ad531e8b0c0620f56a731 (diff) |
Merging XORG-CURRENT into trunkXACE-SELINUX-MERGECOMPOSITEWRAP
Diffstat (limited to 'src/alp_driver.c')
-rw-r--r-- | src/alp_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c index c4533c0..d20507e 100644 --- a/src/alp_driver.c +++ b/src/alp_driver.c @@ -11,7 +11,7 @@ * Guy DESBIEF */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c,v 1.36 2003/11/07 22:49:58 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c,v 1.35 2003/11/03 05:11:09 tsi Exp $ */ /* All drivers should typically include these */ #include "xf86.h" @@ -238,7 +238,7 @@ static XF86ModuleVersionInfo alpVersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, ALP_MAJOR_VERSION, ALP_MINOR_VERSION, ALP_PATCHLEVEL, ABI_CLASS_VIDEODRV, /* This is a video driver */ ABI_VIDEODRV_VERSION, |