aboutsummaryrefslogtreecommitdiff
path: root/mesalib/configure.ac
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-07-26 07:45:10 +0200
committermarha <marha@users.sourceforge.net>2013-07-26 07:45:10 +0200
commit8647aa1a5029fcd96f134103331ddf3c21bc0a0b (patch)
tree419501343bcdd7e12477b1f3bbc302815752ce55 /mesalib/configure.ac
parentacf3535c75d7c79154b6b89c66567317944d244c (diff)
downloadvcxsrv-8647aa1a5029fcd96f134103331ddf3c21bc0a0b.tar.gz
vcxsrv-8647aa1a5029fcd96f134103331ddf3c21bc0a0b.tar.bz2
vcxsrv-8647aa1a5029fcd96f134103331ddf3c21bc0a0b.zip
xserver mesa git update 26 Jul 2013
xserver commit bdd1e22cbde9ea2324e4e1991c9e152f22f88151 mesa commit 81a156d099b5c224d4a528b66a80e25626ed65bc
Diffstat (limited to 'mesalib/configure.ac')
-rw-r--r--mesalib/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/configure.ac b/mesalib/configure.ac
index 21a1986b2..425b6eef7 100644
--- a/mesalib/configure.ac
+++ b/mesalib/configure.ac
@@ -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.2.0-devel],
+AC_INIT([Mesa], [9.3.0-devel],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
AC_CONFIG_AUX_DIR([bin])
AC_CONFIG_MACRO_DIR([m4])
@@ -1973,7 +1973,7 @@ AC_SUBST([VDPAU_MINOR], 0)
AC_SUBST([XVMC_MAJOR], 1)
AC_SUBST([XVMC_MINOR], 0)
-AC_SUBST([XA_MAJOR], 1)
+AC_SUBST([XA_MAJOR], 2)
AC_SUBST([XA_MINOR], 0)
AC_SUBST([XA_TINY], 0)
AC_SUBST([XA_VERSION], "$XA_MAJOR.$XA_MINOR.$XA_TINY")