summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2013-02-17 14:49:02 -0800
committerIan Romanick <[email protected]>2013-02-17 14:49:02 -0800
commit456cdb6d01bd317e46c4e528f7565269a20001d4 (patch)
tree9730cfa3e825c9c53ae83433e8bbee9ed59c49a6 /src
parentaaee8623052f55fd0237a360784c98dfc10e26f5 (diff)
mesa: Bump version to 9.1-rc2mesa-9.1-rc2
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src')
-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 9834560c1b5..a99381a92ad 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -35,7 +35,7 @@ struct gl_context;
#define MESA_MAJOR 9
#define MESA_MINOR 1
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "9.1-rc1"
+#define MESA_VERSION_STRING "9.1-rc2"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))