diff options
author | Egbert Eich <eich@suse.de> | 2004-04-06 20:47:49 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-06 20:47:49 +0000 |
commit | cf2d143166172382465916b0cea6b6040529962e (patch) | |
tree | 552b85c3664769e17f0e0c81a4d3907b3461e195 | |
parent | b76650ffe376645364dde0e9cfe5b2dda045ef09 (diff) |
Fixed version number glitches in modules.xo-6_7_0XORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-6_7_0
-rw-r--r-- | src/xf86Elo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 004b8b4..6ea52a4 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -1772,7 +1772,7 @@ static XF86ModuleVersionInfo version_rec = { MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_XINPUT, ABI_XINPUT_VERSION, |