summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-12-21 18:28:32 -0800
committerIan Romanick <ian.d.romanick@intel.com>2009-12-21 18:28:32 -0800
commit7e210b93376ab6fef63995c48d7b1766c4335ad8 (patch)
treef26ecd892388d498619200fe16476da543e9c2c8
parent164b5838521bc7ab4af83bb6de8c8711ff40901c (diff)
mesa: set version string to 7.7mesa_7_7
-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 4f92353533e..9c758ce3b90 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-rc3"
+#define MESA_VERSION_STRING "7.7"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))