projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650e020
)
mesa: set version string to 7.7-rc1
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 1 Dec 2009 01:56:07 +0000
(17:56 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 1 Dec 2009 01:56:07 +0000
(17:56 -0800)
src/mesa/main/version.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/version.h
b/src/mesa/main/version.h
index 0cae1860a338d93ff5c84ac620c8f18a75456d7d..fddb9a851f4ec76733036b302171ebd9fde927fb 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 7
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.7-
devel
"
+#define MESA_VERSION_STRING "7.7-
rc1
"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))