diff options
| -rw-r--r-- | shared-core/radeon_drv.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 646b2c56..950f6828 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -96,10 +96,11 @@   * 1.25- Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL,   *       new packet type)   * 1.26- Add support for variable size PCI(E) gart aperture + * 1.27- Add support for IGP GART   */  #define DRIVER_MAJOR		1 -#define DRIVER_MINOR		26 +#define DRIVER_MINOR		27  #define DRIVER_PATCHLEVEL	0  /*  | 
