summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-08 16:16:36 -0700
committerAlan Hourihane <alanh@vmware.com>2009-01-09 11:16:42 +0000
commitf75910e9b781ba912bee791ba938d744c1d8f4f5 (patch)
tree6fd215fdb8cc5fb42cde3b69757514c5074ae14b
parentda37940973110b8e64cd10d2f5f1d0ea8c81163f (diff)
mesa: set version string to 7.3-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 81034a35d1e..83aefe685ad 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 3
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.3-devel"
+#define MESA_VERSION_STRING "7.3-rc1"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))