Mesa (mesa_7_4_branch): mesa: set version to 7.4

Brian Paul brianp at kemper.freedesktop.org
Sat Mar 28 00:59:29 UTC 2009


Module: Mesa
Branch: mesa_7_4_branch
Commit: 366d6e8cd1228d965bfe2c93269e15eda5fece59
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=366d6e8cd1228d965bfe2c93269e15eda5fece59

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Mar 27 18:57:07 2009 -0600

mesa: set version to 7.4

---

 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 4fde441..84dcb26 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 4
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.4-rc2"
+#define MESA_VERSION_STRING "7.4"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list