Mesa (9.0): mesa: also bump version in Makefile.am and configure.ac to 9.0

Brian Paul brianp at kemper.freedesktop.org
Fri Aug 31 15:23:19 UTC 2012


Module: Mesa
Branch: 9.0
Commit: 03785fe360e2e63d1a63a6130e7e44141444c9d8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=03785fe360e2e63d1a63a6130e7e44141444c9d8

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Fri Aug 31 16:43:56 2012 +0200

mesa: also bump version in Makefile.am and configure.ac to 9.0

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 Makefile.am  |    2 +-
 configure.ac |    2 +-
 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




More information about the mesa-commit mailing list