projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ff190
)
mesa: set version string to 7.6.1-rc4
author
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:01:58 +0000
(09:01 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:01:58 +0000
(09:01 -0800)
src/mesa/main/version.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/version.h
b/src/mesa/main/version.h
index 8a2013229a13888c0e1d94dc00c6b044ff2516b2..e2a98cad3b6a4e0f36f3419cb98ff3a73fe2b570 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
3
"
+#define MESA_VERSION_STRING "7.6.1-rc
4
"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))