Mesa (refs/tags/mesa_7_7_rc3): mesa: set version string to 7.7-rc3

Ian Romanick idr at kemper.freedesktop.org
Mon Dec 28 21:50:27 UTC 2009


Module: Mesa
Branch: refs/tags/mesa_7_7_rc3
Commit: bf75ee9ccc6bb00ee0251997afcb522ead68f170
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf75ee9ccc6bb00ee0251997afcb522ead68f170

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Dec 16 09:15:09 2009 -0800

mesa: set version string to 7.7-rc3

---

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

diff --git a/Makefile b/Makefile
index fbe9890..e927cb9 100644
--- 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)
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index fa233b9..4f92353 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 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))




More information about the mesa-commit mailing list