summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-07-03 22:39:20 +0000
committerXavier Bachelot <xavier@bachelot.org>2007-07-03 22:39:20 +0000
commit10c824c76fee90d4da33b9fac8eb9ed9e355ecdb (patch)
treeb2324d40527e0b9ded90eb0f3f78cff103234cb3 /src
parentdb6b8ff3de7d43a63caf7178670af9bd27811898 (diff)
version bump and 2 cosmetic fixes
Diffstat (limited to 'src')
-rw-r--r--src/via_driver.c2
-rw-r--r--src/via_driver.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/via_driver.c b/src/via_driver.c
index 306142d74a01..f44c9ae757d4 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -1352,8 +1352,6 @@ static Bool VIAPreInit(ScrnInfoPtr pScrn, int flags)
xf86DrvMsg(pScrn->scrnIndex, from, "Chipset: \"%s\"\n", pScrn->chipset);
- xf86DrvMsg(pScrn->scrnIndex, from, "Chipset: \"%s\"\n", pScrn->chipset);
-
pVia->PciTag = pciTag(pVia->PciInfo->bus, pVia->PciInfo->device,
pVia->PciInfo->func);
diff --git a/src/via_driver.h b/src/via_driver.h
index c85f37073240..cbbe7990e0cb 100644
--- a/src/via_driver.h
+++ b/src/via_driver.h
@@ -98,7 +98,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#ifdef USE_NEW_XVABI
-#define PATCHLEVEL 1
+#define PATCHLEVEL 900
#else
#define PATCHLEVEL 0
#endif