diff options
author | Dave Airlie <airlied@linux.ie> | 2006-04-26 00:31:05 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-04-26 00:31:05 +0000 |
commit | 6548cf78f6c18eb60e55ba530697f7048f9be078 (patch) | |
tree | cd133523e468f8add1b2ec86b9d8788e1578b457 | |
parent | 037681d7fc895d5f5f33a6f1402de31143594e68 (diff) |
prepare stable branch for release, pass distcheckxf86-video-ati-6_5_8_0
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/ativersion.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dbd4ec5a..373fd768 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-ati], - 6.5.7.3, + 6.5.8.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-ati) diff --git a/src/Makefile.am b/src/Makefile.am index d9622f9d..3b28ece2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -138,6 +138,7 @@ EXTRA_DIST = \ atimodule.h \ atimono.h \ atioption.h \ + atipciids.h \ atipreinit.h \ atiprint.h \ atipriv.h \ diff --git a/src/ativersion.h b/src/ativersion.h index fa6f54ab..59c5995d 100644 --- a/src/ativersion.h +++ b/src/ativersion.h @@ -39,7 +39,7 @@ #define ATI_VERSION_MAJOR 6 #define ATI_VERSION_MINOR 5 -#define ATI_VERSION_PATCH 7 +#define ATI_VERSION_PATCH 8 #ifndef ATI_VERSION_EXTRA #define ATI_VERSION_EXTRA "" |