Mesa (refs/tags/mesa_7_6_1_rc4): mesa: set version string to 7.6.1-rc4

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


Module: Mesa
Branch: refs/tags/mesa_7_6_1_rc4
Commit: 42d94098737bbd52ce9bdcdec36dad32e6b7a0ed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42d94098737bbd52ce9bdcdec36dad32e6b7a0ed

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

mesa: set version string to 7.6.1-rc4

---

 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 8a20132..e2a98ca 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -32,7 +32,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 6
 #define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.6.1-rc3"
+#define MESA_VERSION_STRING "7.6.1-rc4"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list