mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 17:40:39 +02:00
mesa: Bump version number to 9.0 (final)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
a8d0652c04
commit
e5fdeef1e0
3 changed files with 3 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ distclean-local:
|
|||
|
||||
# Rules for making release tarballs
|
||||
|
||||
PACKAGE_VERSION=9.0-devel
|
||||
PACKAGE_VERSION=9.0
|
||||
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
|
||||
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Mesa 9.0 Release Notes / date TBD</h1>
|
||||
<h1>Mesa 9.0 Release Notes / October 8th, 2012</h1>
|
||||
|
||||
<p>
|
||||
Mesa 9.0 is a new development release.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ struct gl_context;
|
|||
#define MESA_MAJOR 9
|
||||
#define MESA_MINOR 0
|
||||
#define MESA_PATCH 0
|
||||
#define MESA_VERSION_STRING "9.0-devel"
|
||||
#define MESA_VERSION_STRING "9.0"
|
||||
|
||||
/* To make version comparison easy */
|
||||
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue