Mesa (master): mesa: Update the version string to 8.1-devel

Ian Romanick idr at kemper.freedesktop.org
Thu Feb 16 23:29:44 UTC 2012


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu Feb 16 15:28:29 2012 -0800

mesa: Update the version string to 8.1-devel

The numeric version was updated in 46883e0.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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 35bf533..94a9855 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -35,7 +35,7 @@ struct gl_context;
 #define MESA_MAJOR 8
 #define MESA_MINOR 1
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "8.0-devel"
+#define MESA_VERSION_STRING "8.1-devel"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list