Module: Mesa
Branch: mesa_7_7_branch
Commit: 6624845a5df09285479382894c6952bd9e9842d0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6624845a5df09285479382894c6952bd9e9842d0

Author: Ian Romanick <[email protected]>
Date:   Tue Mar 16 07:55:02 2010 -0700

mesa: set version string to 7.7.1-rc1

---

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

diff --git a/Makefile b/Makefile
index b10d1fe..bd44a23 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.7.1-devel
+VERSION=7.7.1-rc1
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 1c5749f..3441592 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -32,7 +32,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 7
 #define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.7.1-DEVEL"
+#define MESA_VERSION_STRING "7.7.1-rc1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to