summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-11-30 17:56:07 -0800
committerIan Romanick <ian.d.romanick@intel.com>2009-11-30 17:56:07 -0800
commitf17dbe256bb38c35d885260be7e5856f1561de97 (patch)
treece94022ded006d559f7a70f681a4d4aaf240aa96
parent650e02003fbb5511ec758d993b7ec0a302ee2235 (diff)
mesa: set version string to 7.7-rc1mesa_7_7_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 0cae1860a33..fddb9a851f4 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -32,7 +32,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 7
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.7-devel"
+#define MESA_VERSION_STRING "7.7-rc1"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))