summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-18 08:08:25 -0700
committerBrian Paul <brianp@vmware.com>2009-11-18 08:08:25 -0700
commit027abddf4f47163276f55c2fa8f81408b652f072 (patch)
treed8fbea83e88d166a2052e3e4db10958f424f18d4
parentd449c07b8bfd1789b4f643b0eb0b1fac5314ebbe (diff)
mesa: set version string to 7.6.1-rc1
-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 f24e11cc513..3e9143979a9 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -32,7 +32,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 6
#define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.6.1-devel"
+#define MESA_VERSION_STRING "7.6.1-rc1"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))