Mesa (master): mesa: set version string to 7.3-rc1

Brian Paul brianp at kemper.freedesktop.org
Fri Jan 9 00:09:16 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan  8 16:16:36 2009 -0700

mesa: set version string to 7.3-rc1

---

 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 81034a3..83aefe6 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 3
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.3-devel"
+#define MESA_VERSION_STRING "7.3-rc1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list