summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-06 23:12:51 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-06 23:12:51 +0200
commit9770760ddcbe14b0631ad1a6e25626c5560e4b81 (patch)
treefc0a8bf660dc24adb59b078afcad07dbf3a640ad
parentb81e0064d99dd22d2bea8eaf65a9331da9166ab0 (diff)
Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in version_rec
-rw-r--r--src/xf86Elo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c
index f0c5618..7449abd 100644
--- a/src/xf86Elo.c
+++ b/src/xf86Elo.c
@@ -1825,7 +1825,7 @@ static XF86ModuleVersionInfo version_rec = {
MODINFOSTRING1,
MODINFOSTRING2,
XORG_VERSION_CURRENT,
- 1, 0, 0,
+ PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHLEVEL,
ABI_CLASS_XINPUT,
ABI_XINPUT_VERSION,
MOD_CLASS_XINPUT,