mesa: bump version to 9.2 (devel)
Now that branch 9.1 is created, bump the minor version in master. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -36,7 +36,7 @@ check-local:
|
|||||||
|
|
||||||
# Rules for making release tarballs
|
# Rules for making release tarballs
|
||||||
|
|
||||||
PACKAGE_VERSION=9.1-devel
|
PACKAGE_VERSION=9.2-devel
|
||||||
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
|
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
|
||||||
PACKAGE_NAME = MesaLib-$(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], [
|
m4_divert_once([HELP_END], [
|
||||||
See docs/autoconf.html for more details on the options for Mesa.])
|
See docs/autoconf.html for more details on the options for Mesa.])
|
||||||
|
|
||||||
AC_INIT([Mesa], [9.1.0],
|
AC_INIT([Mesa], [9.2.0],
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
|
||||||
AC_CONFIG_AUX_DIR([bin])
|
AC_CONFIG_AUX_DIR([bin])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
@@ -33,9 +33,9 @@ struct gl_context;
|
|||||||
|
|
||||||
/* Mesa version */
|
/* Mesa version */
|
||||||
#define MESA_MAJOR 9
|
#define MESA_MAJOR 9
|
||||||
#define MESA_MINOR 1
|
#define MESA_MINOR 2
|
||||||
#define MESA_PATCH 0
|
#define MESA_PATCH 0
|
||||||
#define MESA_VERSION_STRING "9.1-devel"
|
#define MESA_VERSION_STRING "9.2-devel"
|
||||||
|
|
||||||
/* 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))
|
||||||
|
Reference in New Issue
Block a user