diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:35:55 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:35:55 +0000 |
commit | 41eba03d0d62fe03a7b437c9c4914016c3125141 (patch) | |
tree | 9b74e1bc450726c2cb7c2abadec6d2662b7f406c /src/i810_driver.c | |
parent | e27494f2a9262b6310c2f1e0a40c406f578fc693 (diff) |
Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index ee927432..0d07f296 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -25,7 +25,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c,v 1.102 2004/01/02 22:16:18 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c,v 1.101 2004/01/02 20:15:47 dawes Exp $ */ /* * Reformatted with GNU indent (2.2.8), using the following options: @@ -347,7 +347,7 @@ static XF86ModuleVersionInfo i810VersRec = { MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, I810_MAJOR_VERSION, I810_MINOR_VERSION, I810_PATCHLEVEL, ABI_CLASS_VIDEODRV, ABI_VIDEODRV_VERSION, |