Re: [Mesa-dev] [PATCH 01/18] mesa: Replace MESA_VERSION with PACKAGE_VERSION.

2013-03-14 Thread Andreas Boll
I was wondering if it was intented to change the version string in glxinfo from OpenGL version string: 3.0 Mesa 9.2-devel (git-42c1b33) to OpenGL version string: 3.0 Mesa 9.2.0 (git-439c3d4) If someone builds from a 9.2 devel tarball instead from git then there would be no difference in the versio

Re: [Mesa-dev] [PATCH 01/18] mesa: Replace MESA_VERSION with PACKAGE_VERSION.

2013-03-11 Thread Eric Anholt
Matt Turner writes: > One fewer place to have to update. In a couple places here you changed "MESA" to "Mesa" in user-visible version strings. I think this is a reasonable and good thing to do, but it's not mentioned in the commit message. If you split that out into a separate patch, then patc