On 2012-05-22 22:30 +0200, Brian Paul wrote: > On Tue, May 22, 2012 at 11:38 AM, Eric Anholt <e...@anholt.net> wrote: >> >> Yeah, revving versions of split out packages back to 1.0 is a minor pain >> for every distro, and is good to avoid. > > I'm fine with bumping the version to 8.0.0. But I took a quick look > at configure.ac and I have no idea how do implement it. configure > seems to wind up using 1.0.0 by default. Patches, anyone?
Isn't that just a matter of bumping AC_INIT? I did it: --8<---------------cut here---------------start------------->8--- diff --git a/configure.ac b/configure.ac index da4d445..3f49773 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.59]) -AC_INIT([glw], [1.0.0], +AC_INIT([glw], [8.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa]) AC_CANONICAL_HOST --8<---------------cut here---------------end--------------->8--- Then "autogen.sh && make distcheck" produced glw-8.0.0 tarballs. :-) Cheers, Sven _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev