summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 6afeff4ea83..18e0b262c1c 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 4
-#define MESA_VERSION_STRING "8.0.4"
+#define MESA_PATCH 5
+#define MESA_VERSION_STRING "8.0.5"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))