summaryrefslogtreecommitdiff
path: root/src/mesa/main/version.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-07-08 15:12:48 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-07-08 15:12:48 -0600
commit6fe78576291d38108c8815dc33fa44a8ae656f71 (patch)
treefc6945aee9c18b157f5897e7b29421d6752f82d0 /src/mesa/main/version.h
parentc71fa34728ef4eddd074aeb2bee49ae6a7acb3d1 (diff)
mesa: bump version to rc2mesa_7_1_rc2
Diffstat (limited to 'src/mesa/main/version.h')
-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 2f459e517a5..9f37453960e 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 1
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.1 rc1"
+#define MESA_VERSION_STRING "7.1 rc2"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))