Module: Mesa Branch: 7.9 Commit: 9e15c878bb33534aaec2b4f48e546f83bce0e2c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e15c878bb33534aaec2b4f48e546f83bce0e2c1
Author: Ian Romanick <[email protected]> Date: Tue Jan 25 16:27:22 2011 -0800 mesa: bump version to 7.9.2-devel --- Makefile | 2 +- src/mesa/main/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 22d7996..81c2e50 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ ultrix-gcc: # Rules for making release tarballs -VERSION=7.9.1 +VERSION=7.9.2-devel DIRECTORY = Mesa-$(VERSION) LIB_NAME = MesaLib-$(VERSION) GLUT_NAME = MesaGLUT-$(VERSION) diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index bf04d09..9817db3 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -34,8 +34,8 @@ /* Mesa version */ #define MESA_MAJOR 7 #define MESA_MINOR 9 -#define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.9.1" +#define MESA_PATCH 2 +#define MESA_VERSION_STRING "7.9.2-devel" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
