summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-01-13 01:37:43 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-01-13 01:37:43 +0000
commite490f4b86e6bba70f7c884fca3cf41d159323689 (patch)
tree2abc7c55a28c0cdb46e741ac87fbf38653053d6d /src
parentac296d9137b02753bc79a9930d168855adea9c95 (diff)
XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT
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,