summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-27 12:51:37 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-27 12:51:37 -0600
commit6525d250a8d6950c4b1dc27e15ad369c383c2827 (patch)
tree009e0eab779abdc97813e33980102fa7f2ca480e /src
parent5173fc666995a296fdfc741547dfedf5e883a9bf (diff)
set version string to 7.1 rc1
Diffstat (limited to 'src')
-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 9229077f42..2f459e517a 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 1
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.1"
+#define MESA_VERSION_STRING "7.1 rc1"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))