Mesa (7.9): mesa: set version string to 7.9-rc1

Ian Romanick idr at kemper.freedesktop.org
Mon Sep 27 17:34:03 UTC 2010


Module: Mesa
Branch: 7.9
Commit: 61653b488da76ee1ca4f77363e222d3b717dd865
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61653b488da76ee1ca4f77363e222d3b717dd865

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Sep 27 10:17:11 2010 -0700

mesa: set version string to 7.9-rc1

---

 Makefile                |    2 +-
 docs/news.html          |    8 ++++++++
 src/mesa/main/version.h |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 16c505a..508738a 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.9-devel
+VERSION=7.9-rc1
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 GLUT_NAME = MesaGLUT-$(VERSION)
diff --git a/docs/news.html b/docs/news.html
index 2f3f143..b3fb8b5 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -11,6 +11,14 @@
 <H1>News</H1>
 
 
+<h2>September 27, 2010</h2>
+
+<p>
+<a href="relnotes-7.9.0.html">Mesa 7.9.0-rc1</a> is released.  This is a
+release candidate for the 7.9 development release.
+</p>
+
+
 <h2>June 16, 2010</h2>
 
 <p>
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 59f62eb..6fc45ce 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -35,7 +35,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 9
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.9-devel"
+#define MESA_VERSION_STRING "7.9-rc1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list