summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-01-30 16:55:27 +0100
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-01-30 17:06:26 +0100
commit21a4f3eaca98c1c54bffcdf3926c631cec9c409d (patch)
tree6f087f98d6196a4737361c11f61cc94b451ca5d9
parent102ee4a24e4c9ba0c0b65d3ca8599dc7e0216c1e (diff)
radeon: bump version for releasexf86-video-ati-7.1.0
And fixup distcheck.. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c278ba7..f4f4233e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,4 +29,4 @@ INSTALL:
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog INSTALL
+EXTRA_DIST = ChangeLog INSTALL
diff --git a/configure.ac b/configure.ac
index d7d5c723..d73fbb8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-ati],
- [7.0.99],
+ [7.1.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-ati])