Mesa (gallium-mesa-7.4): mesa: prep for 7.4-rc1 release

Alan Hourihane alanh at kemper.freedesktop.org
Thu Mar 26 17:36:05 UTC 2009


Module: Mesa
Branch: gallium-mesa-7.4
Commit: dba79af9bc2fd211aa6bac1a85a36c0e851fea32
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dba79af9bc2fd211aa6bac1a85a36c0e851fea32

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Mar 20 17:26:04 2009 -0600

mesa: prep for 7.4-rc1 release

---

 Makefile                |    9 +++++----
 src/mesa/main/version.h |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index ee40b75..fd67a95 100644
--- a/Makefile
+++ b/Makefile
@@ -174,10 +174,11 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-DIRECTORY = Mesa-7.4
-LIB_NAME = MesaLib-7.4
-DEMO_NAME = MesaDemos-7.4
-GLUT_NAME = MesaGLUT-7.4
+VERSION=7.4-rc1
+DIRECTORY = Mesa-$(VERSION)
+LIB_NAME = MesaLib-$(VERSION)
+DEMO_NAME = MesaDemos-$(VERSION)
+GLUT_NAME = MesaGLUT-$(VERSION)
 
 MAIN_FILES = \
 	$(DIRECTORY)/Makefile*						\
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 84dcb26..56387b4 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 4
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.4"
+#define MESA_VERSION_STRING "7.4-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