Mesa (master): mesa: set version string to 7.6.1

Ian Romanick idr at kemper.freedesktop.org
Tue Dec 22 02:50:53 UTC 2009


Module: Mesa
Branch: master
Commit: 75ad099d3cecc64fe04477ca84bf58b7720edf28
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=75ad099d3cecc64fe04477ca84bf58b7720edf28

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

mesa: set version string to 7.6.1

---

 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 e2a98ca..84f0dbc 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-rc4"
+#define MESA_VERSION_STRING "7.6.1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list