From f0dc37870577378b51c1f8f223932a24909c5db1 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 28 Sep 2009 11:22:54 -0700 Subject: 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 b4f1934a5c..d360ddfd8b 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 aaa36188d9..69b035217d 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -8,7 +8,7 @@ -

Mesa 7.6 Release Notes / date TBD

+

Mesa 7.6 Release Notes, 28 September 2009

Mesa 7.6 is a new development release. @@ -72,10 +72,5 @@ This was written by Zack Rusin at Tungsten Graphics. buffers (GLSL uniforms) - -

Changes

- - diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index d4d3dd1a94..0ccdbf94a1 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)) -- cgit v1.2.3