[Mesa-dev] [PATCH] mesa: Remove unused opengl version macros

Brian Paul brianp at vmware.com
Wed Jan 11 14:13:33 PST 2012


On 01/11/2012 03:02 PM, Jakob Bornecrantz wrote:
> ----- Original Message -----
>> Found this while preparing for the release, couldn't find
>> any users of this.
>>
>> Signed-off-by: Jakob Bornecrantz<jakob at vmware.com>
>> ---
>>   src/mesa/main/version.h |   13 +------------
>>   1 files changed, 1 insertions(+), 12 deletions(-)
>>
>> diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
>> index d288c4d..c1f4e8e 100644
>> --- a/src/mesa/main/version.h
>> +++ b/src/mesa/main/version.h
>> @@ -35,24 +35,13 @@ struct gl_context;
>>   #define MESA_MAJOR 8
>>   #define MESA_MINOR 0
>>   #define MESA_PATCH 0
>> -#define MESA_VERSION_STRING "8.0-devel"
>> +#define MESA_VERSION_STRING "8.0-rc1"
>
> Ops, this shouldn't be here, must have pressed 'a' instead of 'y'
> git adding.

Looks good otherwise.

Reviewed-by: Brian Paul <brianp at vmware.com>


More information about the mesa-dev mailing list