Mesa (mesa_7_6_branch): Prep for 7.6 release

Ian Romanick idr at kemper.freedesktop.org
Mon Sep 28 18:54:55 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: f0dc37870577378b51c1f8f223932a24909c5db1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0dc37870577378b51c1f8f223932a24909c5db1

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Sep 28 11:22:54 2009 -0700

Prep for 7.6 release

---

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

diff --git a/Makefile b/Makefile
index b4f1934..d360ddf 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.6-devel
+VERSION=7.6
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html
index aaa3618..69b0352 100644
--- a/docs/relnotes-7.6.html
+++ b/docs/relnotes-7.6.html
@@ -8,7 +8,7 @@
 
 <body bgcolor="#eeeeee">
 
-<H1>Mesa 7.6 Release Notes / date TBD</H1>
+<H1>Mesa 7.6 Release Notes, 28 September 2009</H1>
 
 <p>
 Mesa 7.6 is a new development release.
@@ -72,10 +72,5 @@ This was written by Zack Rusin at Tungsten Graphics.
     buffers (GLSL uniforms)
 </ul>
 
-
-<h2>Changes</h2>
-<ul>
-</ul>
-
 </body>
 </html>
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index d4d3dd1..0ccdbf9 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -32,7 +32,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 6
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.6-devel"
+#define MESA_VERSION_STRING "7.6"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list