[Mesa-dev] [PATCH] mesa: Remove unused opengl version macros
Jakob Bornecrantz
jakob at vmware.com
Wed Jan 11 14:02:52 PST 2012
----- 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.
Cheers, Jakob.
More information about the mesa-dev
mailing list