diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:33:58 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:33:58 +0000 |
commit | b7b5ba78729a60bf14018effa6f229429755245f (patch) | |
tree | 4be28632da3cc1b7ea4a0a13695bb8cb5d338613 | |
parent | b5199c5a7b00e9c3e03c403682385c73e08f5c3d (diff) |
Pull XORG-6_8_0 to CYGWIN branchYGWIN-6_8_1-MERGECYGWIN-6_8_2-MERGECYGWIN-6_8_1-MERGECYGWIN-6_8_0-MERGECYGWIN
-rw-r--r-- | README.sgml | 1 | ||||
-rw-r--r-- | src/cyrix_driver.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/README.sgml b/README.sgml index d9a3425..4e937ca 100644 --- a/README.sgml +++ b/README.sgml @@ -7,7 +7,6 @@ <author>The XFree86 Project Inc. <date>7 March 2000 <ident> -$Id$ </ident> <toc> diff --git a/src/cyrix_driver.c b/src/cyrix_driver.c index 270e046..ad2a12e 100644 --- a/src/cyrix_driver.c +++ b/src/cyrix_driver.c @@ -233,7 +233,7 @@ static XF86ModuleVersionInfo cyrixVersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, CYRIX_MAJOR_VERSION, CYRIX_MINOR_VERSION, CYRIX_PATCHLEVEL, ABI_CLASS_VIDEODRV, /* This is a video driver */ ABI_VIDEODRV_VERSION, |