summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-07 18:57:40 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-07 18:57:40 +0000
commit1ba52ebddd605c9341ff7f0a880c272a78f467ed (patch)
tree4052f91468b66e1568887aedb6a7737addc93eb4
parente6588f26e12bb737551b9448911c31129978ea85 (diff)
VERSION -> CIR_VERSIONcirrus-1_1_0XORG-7_1
-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;