aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2013-08-02 09:51:24 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-08-02 12:11:00 +0200
commita4921e7ba7916addf224e188ca73a897ff19c7a6 (patch)
tree00d7cb161752c868e9d146dc24c7ccfc8a379f89
parent86a52b857f578a14d81ffc094a9c1dcffb129431 (diff)
mesa: Fix MESA_PATCH version
(cherry picked from commit 0dbbfa054c91980a093c0146bd281624cc74695d)
-rw-r--r--src/mesa/main/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 6eab691ab0d..27eb76da723 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 */