Module: Mesa Branch: gallium-mesa-7.4 Commit: 366d6e8cd1228d965bfe2c93269e15eda5fece59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=366d6e8cd1228d965bfe2c93269e15eda5fece59
Author: Brian Paul <[email protected]> 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)) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
