mesa: also bump version in Makefile.am and configure.ac to 9.0
authorAndreas Boll <andreas.boll.dev@gmail.com>
Fri, 31 Aug 2012 14:43:56 +0000 (16:43 +0200)
committerBrian Paul <brianp@vmware.com>
Fri, 31 Aug 2012 15:22:16 +0000 (09:22 -0600)
Signed-off-by: Brian Paul <brianp@vmware.com>
Makefile.am
configure.ac

index e8c7b597c31975d1e9d7e954a186785b5877cf04..36bcf1f0bd37acc040311df59545ac7b9b374e30 100644 (file)
@@ -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)
 
index 3355488f49470489e6d628a84df8db5d55faa401..12a9a74c594eace52b544c09e45f3fc544a08c81 100644 (file)
@@ -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