From 488b3ed6f40df4608f7d02758ffd4ab7070c782e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 25 Jul 2013 23:45:45 +0100 Subject: build: unify mesa version by using a VERSION file Rather than having to keep track of all the build systems and their respecitve definition of the mesa version, use a single top file VERSION. Every build system is responsible for reading/parsing the file and using it v2: * remove useless bulletpoint from the documentation, suggested by Matt * "Androing is Linux. Use '/' in stead of '\'", spotted by Chad V * use cleaner code to get the version in scons, suggested by Chad V v3: * ensure leading and trailing whitespace characters are stripped while parsing * android: handle GNU shell commands approapriately Reviewed-by: Matt Turner Reviewed-by: Chad Versace Reviewed-by: Kenneth Graunke Signed-off-by: Emil Velikov --- docs/devinfo.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'docs/devinfo.html') diff --git a/docs/devinfo.html b/docs/devinfo.html index bd11e5c..bf77259 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -193,15 +193,7 @@ branch is relevant.

-

Verify and update version info

- -
-
SConstruct
-
Android.common.mk
-
PACKAGE_VERSION
-
configure.ac
-
AC_INIT
-
+

Verify and update version info in VERSION

Create a docs/relnotes/x.y.z.html file. -- cgit v1.1