Skip to content
Snippets Groups Projects
Commit bf75ee9c authored by Ian Romanick's avatar Ian Romanick
Browse files

mesa: set version string to 7.7-rc3

parent 006a526e
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ ultrix-gcc: ...@@ -182,7 +182,7 @@ ultrix-gcc:
# Rules for making release tarballs # Rules for making release tarballs
VERSION=7.7-rc2 VERSION=7.7
DIRECTORY = Mesa-$(VERSION) DIRECTORY = Mesa-$(VERSION)
LIB_NAME = MesaLib-$(VERSION) LIB_NAME = MesaLib-$(VERSION)
DEMO_NAME = MesaDemos-$(VERSION) DEMO_NAME = MesaDemos-$(VERSION)
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#define MESA_MAJOR 7 #define MESA_MAJOR 7
#define MESA_MINOR 7 #define MESA_MINOR 7
#define MESA_PATCH 0 #define MESA_PATCH 0
#define MESA_VERSION_STRING "7.7-rc2" #define MESA_VERSION_STRING "7.7-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