diff options
author | Egbert Eich <eich@suse.de> | 2004-04-06 20:47:51 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-06 20:47:51 +0000 |
commit | 764f028e76d5161b05bba0714ff1692b07b7c758 (patch) | |
tree | 66f2d6fca0aa897a9292e8ef9dfd7e5ba2064ff0 | |
parent | caf135165fe9708af2fd5baf281d32e6c7f9fff1 (diff) |
Fixed version number glitches in modules.xo-6_7_0XORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-6_7_0XORG-RELEASE-1
-rw-r--r-- | src/xf86Tek4957.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Tek4957.c b/src/xf86Tek4957.c index 41ef830..96f5406 100644 --- a/src/xf86Tek4957.c +++ b/src/xf86Tek4957.c @@ -758,7 +758,7 @@ static XF86ModuleVersionInfo TekVersionRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_XINPUT, ABI_XINPUT_VERSION, |