projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1b2da
)
mesa: Update the version string to 8.1-devel
author
Ian Romanick
<ian.d.romanick@intel.com>
Thu, 16 Feb 2012 23:28:29 +0000
(15:28 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Thu, 16 Feb 2012 23:29:26 +0000
(15:29 -0800)
The numeric version was updated in
46883e0
.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/version.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/version.h
b/src/mesa/main/version.h
index 35bf53392335a5019798d031a10c38e86c8ba37a..94a9855d9810e747d27dd9e14c79ac19061863ec 100644
(file)
--- a/
src/mesa/main/version.h
+++ b/
src/mesa/main/version.h
@@
-35,7
+35,7
@@
struct gl_context;
#define MESA_MAJOR 8
#define MESA_MINOR 1
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "8.
0
-devel"
+#define MESA_VERSION_STRING "8.
1
-devel"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))