summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-07-17 12:40:44 -0600
committerBrian Paul <brianp@vmware.com>2009-07-17 12:40:44 -0600
commit71b9e102913753bc5af23c774641d6a6dda184d9 (patch)
tree3ef6d3f41476e25010c3579bfa54ce54be6b2409
parent7fd367467273382aeca5952b12111932766279fb (diff)
mesa: set version to 7.5
-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 52ee324d172..ba027465d48 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 5
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.5-rc4"
+#define MESA_VERSION_STRING "7.5"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))