diff options
author | Alex Deucher <agd5f@yahoo.com> | 2004-10-17 23:07:45 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2004-10-17 23:07:45 +0000 |
commit | 11ca3dd3742f4c6683025ef2c0e9c62775c25abb (patch) | |
tree | 074f886daeeda5596c77c94ad040b4c437855656 /src/ativersion.h | |
parent | dbeb8d28ac3469f4a7d7d8dae979ae876d4cdcba (diff) |
Fix resume in radeon driver (bug 1220)
Diffstat (limited to 'src/ativersion.h')
-rw-r--r-- | src/ativersion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ativersion.h b/src/ativersion.h index e41618d..ae2929c 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 6 #ifndef ATI_VERSION_EXTRA #define ATI_VERSION_EXTRA "" |