Mesa (9.1): mesa: Fix MESA_PATCH version

Andreas Boll ab at kemper.freedesktop.org
Fri Aug 2 07:55:18 UTC 2013


Module: Mesa
Branch: 9.1
Commit: 0dbbfa054c91980a093c0146bd281624cc74695d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dbbfa054c91980a093c0146bd281624cc74695d

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Fri Aug  2 09:51:24 2013 +0200

mesa: Fix MESA_PATCH version

---

 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 6eab691..27eb76d 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -34,7 +34,7 @@ struct gl_context;
 /* Mesa version */
 #define MESA_MAJOR 9
 #define MESA_MINOR 1
-#define MESA_PATCH 4
+#define MESA_PATCH 6
 #define MESA_VERSION_STRING "9.1.6"
 
 /* To make version comparison easy */




More information about the mesa-commit mailing list