mesa: set version string to 7.7-rc3
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:15:09 +0000 (09:15 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:15:09 +0000 (09:15 -0800)
Makefile
src/mesa/main/version.h

index fbe9890686167cda5b591b576e6d98f94e888d6d..e927cb96851a485419ab05fe802b2cfcd44c9481 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.7-rc2
+VERSION=7.7
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
index fa233b9f3086204761ec970b2ea8e4db1b92e9a8..4f92353533e95c408b70cb8d3eb5a0db48914c3a 100644 (file)
@@ -32,7 +32,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 7
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.7-rc2"
+#define MESA_VERSION_STRING "7.7-rc3"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))