diff options
-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 "" |