mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
mesa: Bump version to 9.1.2
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
251c87d884
commit
f9abbcacaa
3 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ check-local:
|
|||
|
||||
# Rules for making release tarballs
|
||||
|
||||
PACKAGE_VERSION=9.1.1
|
||||
PACKAGE_VERSION=9.1.2
|
||||
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
|
||||
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ dnl Tell the user about autoconf.html in the --help output
|
|||
m4_divert_once([HELP_END], [
|
||||
See docs/autoconf.html for more details on the options for Mesa.])
|
||||
|
||||
AC_INIT([Mesa], [9.1.1],
|
||||
AC_INIT([Mesa], [9.1.2],
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
|
||||
AC_CONFIG_AUX_DIR([bin])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ struct gl_context;
|
|||
/* Mesa version */
|
||||
#define MESA_MAJOR 9
|
||||
#define MESA_MINOR 1
|
||||
#define MESA_PATCH 1
|
||||
#define MESA_VERSION_STRING "9.1.1"
|
||||
#define MESA_PATCH 2
|
||||
#define MESA_VERSION_STRING "9.1.2"
|
||||
|
||||
/* To make version comparison easy */
|
||||
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue