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

mesa: Bump version to 9.1.1


Signed-off-by: default avatarIan Romanick <ian.d.romanick@intel.com>
parent 9e36e410
No related branches found
Tags 1.12.0
No related merge requests found
......@@ -36,7 +36,7 @@ check-local:
# Rules for making release tarballs
PACKAGE_VERSION=9.1
PACKAGE_VERSION=9.1.1
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.0],
AC_INIT([Mesa], [9.1.1],
[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 0
#define MESA_VERSION_STRING "9.1"
#define MESA_PATCH 1
#define MESA_VERSION_STRING "9.1.1"
/* To make version comparison easy */
#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