VERSION -> CIR_VERSION

This commit is contained in:
Adam Jackson
2006-04-07 18:57:40 +00:00
parent e6588f26e1
commit 1ba52ebddd
2 changed files with 4 additions and 1 deletions

View File

@@ -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:

View File

@@ -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;