summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theatre200_module.c2
-rw-r--r--src/theatre_detect_module.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/theatre200_module.c b/src/theatre200_module.c
index 2f13c09..7e7d357 100644
--- a/src/theatre200_module.c
+++ b/src/theatre200_module.c
@@ -13,7 +13,7 @@ static XF86ModuleVersionInfo theatre200VersRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
1, 0, 0,
ABI_CLASS_VIDEODRV, /* This needs the video driver ABI */
ABI_VIDEODRV_VERSION,
diff --git a/src/theatre_detect_module.c b/src/theatre_detect_module.c
index 1b11043..1546ce2 100644
--- a/src/theatre_detect_module.c
+++ b/src/theatre_detect_module.c
@@ -17,7 +17,7 @@ static XF86ModuleVersionInfo theatre_detectVersRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
1, 0, 0,
ABI_CLASS_VIDEODRV, /* This needs the video driver ABI */
ABI_VIDEODRV_VERSION,