build: Use PACKAGE_VERSION from autoconf 66/6866/1
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 5 Jun 2013 08:43:10 +0000 (10:43 +0200)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 6 Jun 2013 17:07:22 +0000 (19:07 +0200)
Both variables had the same value.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Makefile.am
docs/devinfo.html

index 92b792d..29405a0 100644 (file)
@@ -36,7 +36,6 @@ check-local:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=9.2.0-devel
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
index f5eb4d4..5aad0fb 100644 (file)
@@ -196,7 +196,6 @@ branch is relevant.
 <h3>Verify and update version info</h3>
 
 <dl>
-  <dt>Makefile.am</dt>
   <dt>SConstruct</dt>
   <dt>Android.common.mk</dt>
   <dd>PACKAGE_VERSION</dd>