Mesa (refs/tags/mesa_7_7): mesa: set version string to 7.7

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


Module: Mesa
Branch: refs/tags/mesa_7_7
Commit: 7e210b93376ab6fef63995c48d7b1766c4335ad8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e210b93376ab6fef63995c48d7b1766c4335ad8

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Dec 21 18:28:32 2009 -0800

mesa: set version string to 7.7

---

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

diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 4f92353..9c758ce 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-rc3"
+#define MESA_VERSION_STRING "7.7"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list