From ec172167d6992b2f9b59f79b57b7a346b75317ba Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 26 Mar 2009 18:45:01 -0700 Subject: [PATCH] Fix project name/version for distfiles. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9204f50..9c2576b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,10 @@ # Process this file with autoconf to produce a configure script AC_PREREQ(2.57) -AC_INIT([xf86-video-intel], - 2.6.99.1, +AC_INIT([intel-graphics-tools], + 1.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-intel) + intel-graphics-tools) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) -- 2.7.4