diff options
author | Emil Velikov <[email protected]> | 2013-07-25 23:45:45 +0100 |
---|---|---|
committer | Chad Versace <[email protected]> | 2013-07-29 13:39:29 -0700 |
commit | 488b3ed6f40df4608f7d02758ffd4ab7070c782e (patch) | |
tree | 2cabb1b1c1da2dd0ef8a25fbb7105d8a44c6987d /docs | |
parent | efb566dff22933517630537c2bfb8da34018ad8c (diff) |
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 <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devinfo.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index bd11e5ccc1f..bf7725961ce 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -193,15 +193,7 @@ branch is relevant. </p> -<h3>Verify and update version info</h3> - -<dl> - <dt>SConstruct</dt> - <dt>Android.common.mk</dt> - <dd>PACKAGE_VERSION</dd> - <dt>configure.ac</dt> - <dd>AC_INIT</dd> -</dl> +<h3>Verify and update version info in VERSION</h3> <p> Create a docs/relnotes/x.y.z.html file. |