configure.ac | 2 +- src/ark_driver.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit e686088ac1c4517184bbd676ec16c9bf5d010469 Author: Dave Airlie <[email protected]> Date: Mon Dec 22 15:24:57 2008 +1000 ark 0.7.1 diff --git a/configure.ac b/configure.ac index 987ae70..5d8ec8b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-ark], - 0.7.0, + 0.7.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-ark) commit b8dc5d7f4529dfddaa0ddeac68d96de4361b05cb Author: Adam Jackson <[email protected]> Date: Fri Aug 15 14:02:34 2008 -0400 Uninclude xf86Version.h diff --git a/src/ark_driver.c b/src/ark_driver.c index 9b0f797..67eb076 100644 --- a/src/ark_driver.c +++ b/src/ark_driver.c @@ -35,7 +35,6 @@ #include "xf86_OSproc.h" #include "xf86Pci.h" #include "xf86PciInfo.h" -#include "xf86Version.h" #include "xf86Resources.h" #include "xf86fbman.h" #include "xf86cmap.h" -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

