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