VERSION -> DUMMY_VERSION

This commit is contained in:
Adam Jackson 2006-04-07 18:59:48 +00:00
parent 7432eaf48b
commit 22e38bed8c
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@
* src/dummy_driver.c:
Unlibcwrap. Bump server version requirement. Bump to 0.2.0.
* src/dummy_driver.c:
VERSION -> DUMMY_VERSION
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:

View File

@ -281,7 +281,7 @@ DUMMYProbe(DriverPtr drv, int flags)
/* Allocate a ScrnInfoRec and claim the slot */
if ((pScrn = xf86AllocateScreen(drv,0 ))) {
xf86AddEntityToScreen(pScrn,entityIndex);
pScrn->driverVersion = VERSION;
pScrn->driverVersion = DUMMY_VERSION;
pScrn->driverName = DUMMY_DRIVER_NAME;
pScrn->name = DUMMY_NAME;
pScrn->Probe = DUMMYProbe;