From 4716670de9d6c396883d1d7df2831efdc5362bdd Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 21 Feb 2008 16:59:20 -0700 Subject: prep for 7.0.3 rc-2 --- Makefile | 8 ++++---- docs/relnotes-7.0.3.html | 2 +- src/mesa/main/version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1da2d95eeb5..e905e4188b2 100644 --- a/Makefile +++ b/Makefile @@ -166,10 +166,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.0.3-rc1 -LIB_NAME = MesaLib-7.0.3-rc1 -DEMO_NAME = MesaDemos-7.0.3-rc1 -GLUT_NAME = MesaGLUT-7.0.3-rc1 +DIRECTORY = Mesa-7.0.3-rc2 +LIB_NAME = MesaLib-7.0.3-rc2 +DEMO_NAME = MesaDemos-7.0.3-rc2 +GLUT_NAME = MesaGLUT-7.0.3-rc2 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ diff --git a/docs/relnotes-7.0.3.html b/docs/relnotes-7.0.3.html index 16cbaa06f55..c1b7b5ec377 100644 --- a/docs/relnotes-7.0.3.html +++ b/docs/relnotes-7.0.3.html @@ -8,7 +8,7 @@ -

Mesa 7.0.3 Release Notes / January TBD, 2007

+

Mesa 7.0.3 Release Notes / February TBD, 2008

Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2. diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index e8e7d90ba88..12ca5832ec3 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -31,7 +31,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 0 #define MESA_PATCH 3 -#define MESA_VERSION_STRING "7.0.3-rc1" +#define MESA_VERSION_STRING "7.0.3-rc2" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -- cgit v1.2.3