Skip to content
Snippets Groups Projects
Commit 70d227ac authored by Brian Paul's avatar Brian Paul
Browse files

7.0.3 release candidate 3

parent 7f2c4f96
No related branches found
No related tags found
Loading
...@@ -167,10 +167,10 @@ ultrix-gcc: ...@@ -167,10 +167,10 @@ ultrix-gcc:
# Rules for making release tarballs # Rules for making release tarballs
DIRECTORY = Mesa-7.0.3-rc2 DIRECTORY = Mesa-7.0.3-rc3
LIB_NAME = MesaLib-7.0.3-rc2 LIB_NAME = MesaLib-7.0.3-rc3
DEMO_NAME = MesaDemos-7.0.3-rc2 DEMO_NAME = MesaDemos-7.0.3-rc3
GLUT_NAME = MesaGLUT-7.0.3-rc2 GLUT_NAME = MesaGLUT-7.0.3-rc3
MAIN_FILES = \ MAIN_FILES = \
$(DIRECTORY)/Makefile* \ $(DIRECTORY)/Makefile* \
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define MESA_MAJOR 7 #define MESA_MAJOR 7
#define MESA_MINOR 0 #define MESA_MINOR 0
#define MESA_PATCH 3 #define MESA_PATCH 3
#define MESA_VERSION_STRING "7.0.3-rc2" #define MESA_VERSION_STRING "7.0.3-rc3"
/* To make version comparison easy */ /* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment