summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--src/cyrix_driver.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 69a3ced..344113a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
* src/cyrix_shadow.c:
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+ * src/cyrix_driver.c:
+ VERSION -> CYRIX_VERSION
+
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/src/cyrix_driver.c b/src/cyrix_driver.c
index d98108c..e44a5d1 100644
--- a/src/cyrix_driver.c
+++ b/src/cyrix_driver.c
@@ -410,7 +410,7 @@ CYRIXProbe(DriverPtr drv, int flags)
if ((pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i],
CYRIXPCIchipsets,NULL, NULL,
NULL, NULL, NULL))) {
- pScrn->driverVersion = VERSION;
+ pScrn->driverVersion = CYRIX_VERSION;
pScrn->driverName = CYRIX_DRIVER_NAME;
pScrn->name = CYRIX_NAME;
pScrn->Probe = CYRIXProbe;