projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5173fc6
)
set version string to 7.1 rc1
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 May 2008 18:51:37 +0000
(12:51 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 May 2008 18:51:37 +0000
(12:51 -0600)
src/mesa/main/version.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/version.h
b/src/mesa/main/version.h
index 9229077f42cdf815ef9e3bb19da5f348c04a21af..2f459e517a54fb601403cd04a25f66e938e45063 100644
(file)
--- 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))