projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164b583
)
mesa: set version string to 7.7
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 22 Dec 2009 02:28:32 +0000
(18:28 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 22 Dec 2009 02:28:32 +0000
(18:28 -0800)
src/mesa/main/version.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/version.h
b/src/mesa/main/version.h
index 4f92353533e95c408b70cb8d3eb5a0db48914c3a..9c758ce3b9015e4ac26451cf91367f202cf7bc54 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
-rc3
"
+#define MESA_VERSION_STRING "7.7"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))