From 48616e71d219258c8ca07eb067214eb9eea277b4 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 4 Apr 2008 19:06:30 -0600 Subject: final prep/changes for 7.0.3 release --- Makefile | 8 ++++---- docs/news.html | 7 +++++++ docs/relnotes-7.0.3.html | 2 +- src/mesa/main/version.h | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0f58f4b3ec..f0134e2da1 100644 --- a/Makefile +++ b/Makefile @@ -167,10 +167,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.0.3-rc3 -LIB_NAME = MesaLib-7.0.3-rc3 -DEMO_NAME = MesaDemos-7.0.3-rc3 -GLUT_NAME = MesaGLUT-7.0.3-rc3 +DIRECTORY = Mesa-7.0.3 +LIB_NAME = MesaLib-7.0.3 +DEMO_NAME = MesaDemos-7.0.3 +GLUT_NAME = MesaGLUT-7.0.3 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ diff --git a/docs/news.html b/docs/news.html index 13e43f1abe..c68f1866f7 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,13 @@

News

+

April 4, 2008

+

+Mesa 7.0.3 is released. +This is a bug-fix release. +

+ +

November 13, 2007

diff --git a/docs/relnotes-7.0.3.html b/docs/relnotes-7.0.3.html index 0f365af10a..0b8a56f6dd 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 / March TBD, 2008

+

Mesa 7.0.3 Release Notes / April 4, 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 ce6e2021e7..0bf7557e90 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-rc3" +#define MESA_VERSION_STRING "7.0.3" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -- cgit v1.2.3