summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--src/cir_driver.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ffac035..92ba092 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
* src/lg_xaa.c:
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+ * src/cir_driver.c:
+ VERSION -> CIR_VERSION
+
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/src/cir_driver.c b/src/cir_driver.c
index 06e99b0..3244c10 100644
--- a/src/cir_driver.c
+++ b/src/cir_driver.c
@@ -303,7 +303,7 @@ CIRProbe(DriverPtr drv, int flags)
if (pScrn) {
foundScreen = TRUE;
/* Fill in what we can of the ScrnInfoRec */
- pScrn->driverVersion = VERSION;
+ pScrn->driverVersion = CIR_VERSION;
pScrn->driverName = CIR_DRIVER_NAME;
pScrn->name = CIR_NAME;
pScrn->Probe = NULL;