mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 01:20:30 +01:00
mesa: prep for 7.4-rc1 release
This commit is contained in:
parent
b009a32bf4
commit
dba79af9bc
2 changed files with 6 additions and 5 deletions
9
Makefile
9
Makefile
|
|
@ -174,10 +174,11 @@ ultrix-gcc:
|
|||
|
||||
# Rules for making release tarballs
|
||||
|
||||
DIRECTORY = Mesa-7.4
|
||||
LIB_NAME = MesaLib-7.4
|
||||
DEMO_NAME = MesaDemos-7.4
|
||||
GLUT_NAME = MesaGLUT-7.4
|
||||
VERSION=7.4-rc1
|
||||
DIRECTORY = Mesa-$(VERSION)
|
||||
LIB_NAME = MesaLib-$(VERSION)
|
||||
DEMO_NAME = MesaDemos-$(VERSION)
|
||||
GLUT_NAME = MesaGLUT-$(VERSION)
|
||||
|
||||
MAIN_FILES = \
|
||||
$(DIRECTORY)/Makefile* \
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#define MESA_MAJOR 7
|
||||
#define MESA_MINOR 4
|
||||
#define MESA_PATCH 0
|
||||
#define MESA_VERSION_STRING "7.4"
|
||||
#define MESA_VERSION_STRING "7.4-rc1"
|
||||
|
||||
/* To make version comparison easy */
|
||||
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue