projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
587a52e
)
mesa: set version string to 7.6.1-rc2
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 1 Dec 2009 01:55:21 +0000
(17:55 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 1 Dec 2009 01:55:21 +0000
(17:55 -0800)
src/mesa/main/version.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/version.h
b/src/mesa/main/version.h
index 3e9143979a960e80a387802ebea958008b5629e7..e2fed570809454ca2c6eee21c72027e5c6e883b9 100644
(file)
--- a/
src/mesa/main/version.h
+++ b/
src/mesa/main/version.h
@@
-32,7
+32,7
@@
#define MESA_MAJOR 7
#define MESA_MINOR 6
#define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.6.1-rc
1
"
+#define MESA_VERSION_STRING "7.6.1-rc
2
"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))