summaryrefslogtreecommitdiff
path: root/Makefile.am
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:36 -0600
commit03785fe360e2e63d1a63a6130e7e44141444c9d8 (patch)
tree65c573d4527a995384c8e8cc15cffdb444e0981b /Makefile.am
parent7b676fd738691dba283fb17626026774b790cc0d (diff)
mesa: also bump version in Makefile.am and configure.ac to 9.0
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e8c7b597c3..36bcf1f0bd 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)