summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-08-31 16:43:56 +0200
committerBrian Paul <brianp@vmware.com>2012-08-31 09:22:16 -0600
commit3678f8904c14d1fe0b88427531716ba709d802e7 (patch)
tree9a52c4cebf4280449536878a82aeadec8f482d69
parentc57fb034b19156e06e2ec25d9b06a0e174d861c9 (diff)
downloadexternal_mesa3d-3678f8904c14d1fe0b88427531716ba709d802e7.zip
external_mesa3d-3678f8904c14d1fe0b88427531716ba709d802e7.tar.gz
external_mesa3d-3678f8904c14d1fe0b88427531716ba709d802e7.tar.bz2
mesa: also bump version in Makefile.am and configure.ac to 9.0
Signed-off-by: Brian Paul <brianp@vmware.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e8c7b59..36bcf1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ distclean-local:
# Rules for making release tarballs
-PACKAGE_VERSION=8.1-devel
+PACKAGE_VERSION=9.0-devel
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
diff --git a/configure.ac b/configure.ac
index 3355488..12a9a74 100644
--- a/configure.ac
+++ b/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], [8.1.0],
+AC_INIT([Mesa], [9.0.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
AC_CONFIG_AUX_DIR([bin])
AC_CANONICAL_HOST