[Mesa-dev] Release of GLw?
Sven Joachim
svenjoac at gmx.de
Tue May 22 14:13:36 PDT 2012
On 2012-05-22 22:30 +0200, Brian Paul wrote:
> On Tue, May 22, 2012 at 11:38 AM, Eric Anholt <eric at 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
More information about the mesa-dev
mailing list