Mesa (8.0): mesa: Bump version number to 8.0.1

Ian Romanick idr at kemper.freedesktop.org
Fri Feb 17 07:28:42 UTC 2012


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

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

mesa: Bump version number to 8.0.1

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

---

 Makefile                |    2 +-
 src/mesa/main/version.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index e0dd6ef..81ae944 100644
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=8.0
+PACKAGE_VERSION=8.0.1
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 11fe922..50f6adb 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -34,8 +34,8 @@ struct gl_context;
 /* Mesa version */
 #define MESA_MAJOR 8
 #define MESA_MINOR 0
-#define MESA_PATCH 0
-#define MESA_VERSION_STRING "8.0"
+#define MESA_PATCH 1
+#define MESA_VERSION_STRING "8.0.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