projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e2261
)
mesa: set version to 7.5-rc1
author
Brian Paul
<brianp@vmware.com>
Fri, 8 May 2009 21:04:12 +0000
(15:04 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 8 May 2009 21:04:12 +0000
(15:04 -0600)
Makefile
patch
|
blob
|
history
src/mesa/main/version.h
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a77825e8f9acd6bb28b8fbb550aca57caae6cd6c..4282b78f4973ba095d9c20132f82364bf8f801d1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-181,7
+181,7
@@
ultrix-gcc:
# Rules for making release tarballs
-VERSION=7.5-
devel
+VERSION=7.5-
rc1
DIRECTORY = Mesa-$(VERSION)
LIB_NAME = MesaLib-$(VERSION)
DEMO_NAME = MesaDemos-$(VERSION)
diff --git
a/src/mesa/main/version.h
b/src/mesa/main/version.h
index ba027465d4853f472607a5dff4891a86884bc527..072037bbd7f8a44e347e7c2d8e2014625311e0f3 100644
(file)
--- a/
src/mesa/main/version.h
+++ b/
src/mesa/main/version.h
@@
-31,7
+31,7
@@
#define MESA_MAJOR 7
#define MESA_MINOR 5
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.5"
+#define MESA_VERSION_STRING "7.5
-rc1
"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))