diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:20 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:20 +0000 |
commit | 33326847ccc9cf4cd6a23a257e5392e348e6dd22 (patch) | |
tree | c8c18fd85df46dfa5bd4a927c3e8e86811c083b7 | |
parent | 68e11246bd6f6a641807230834dce4e7fd6911af (diff) |
Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_902
-rw-r--r-- | src/ativersion.h | 6 | ||||
-rw-r--r-- | src/r128_version.h | 4 | ||||
-rw-r--r-- | src/radeon_version.h | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/ativersion.h b/src/ativersion.h index e41618d..fa6f54a 100644 --- a/src/ativersion.h +++ b/src/ativersion.h @@ -1,6 +1,6 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h,v 1.62 2003/07/24 22:08:28 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h,v 1.65tsi Exp $ */ /* - * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -39,7 +39,7 @@ #define ATI_VERSION_MAJOR 6 #define ATI_VERSION_MINOR 5 -#define ATI_VERSION_PATCH 3 +#define ATI_VERSION_PATCH 7 #ifndef ATI_VERSION_EXTRA #define ATI_VERSION_EXTRA "" diff --git a/src/r128_version.h b/src/r128_version.h index 589d8d4..3ff7ab9 100644 --- a/src/r128_version.h +++ b/src/r128_version.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_version.h,v 1.6 2003/01/01 19:16:35 tsi Exp $ */ /* - * Copyright 2000 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -39,7 +39,7 @@ #define R128_VERSION_MAJOR 4 #define R128_VERSION_MINOR 0 -#define R128_VERSION_PATCH 1 +#define R128_VERSION_PATCH 2 #ifndef R128_VERSION_EXTRA #define R128_VERSION_EXTRA "" diff --git a/src/radeon_version.h b/src/radeon_version.h index de91bb3..256a369 100644 --- a/src/radeon_version.h +++ b/src/radeon_version.h @@ -43,7 +43,7 @@ #define RADEON_VERSION_MAJOR 4 #define RADEON_VERSION_MAJOR_TILED 5 #define RADEON_VERSION_MINOR 0 -#define RADEON_VERSION_PATCH 1 +#define RADEON_VERSION_PATCH 2 #ifndef RADEON_VERSION_EXTRA #define RADEON_VERSION_EXTRA "" |