summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian <[email protected]>2008-02-21 16:59:20 -0700
committerBrian <[email protected]>2008-02-21 16:59:20 -0700
commit4716670de9d6c396883d1d7df2831efdc5362bdd (patch)
tree3df7a83232ff6f5e9c5aaada137b23e0f4c04397
parent33c5b380347f0922b1a8cf4d42a9192b00573c81 (diff)
prep for 7.0.3 rc-2
-rw-r--r--Makefile8
-rw-r--r--docs/relnotes-7.0.3.html2
-rw-r--r--src/mesa/main/version.h2
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 @@
<body bgcolor="#eeeeee">
-<H1>Mesa 7.0.3 Release Notes / January TBD, 2007</H1>
+<H1>Mesa 7.0.3 Release Notes / February TBD, 2008</H1>
<p>
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))