diff options
author | Emil Velikov <[email protected]> | 2013-04-12 12:41:52 +0100 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-17 08:48:15 -0600 |
commit | b03f6de63b05a3064d6d33e3c0a429ca97ba2be8 (patch) | |
tree | 981f440cb4bbf75bc6178babcba25eb419ad40ce | |
parent | 91984a732e7ce8517250d39699bb6c2b47256ba6 (diff) |
docs: Update 'Making new mesa release'
Add a note to update PACKAGE_VERSION for Android and scons builds
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-rw-r--r-- | docs/devinfo.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index 5c03344b49b..7176824efd1 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -197,6 +197,8 @@ branch is relevant. <dl> <dt>Makefile.am</dt> + <dt>SConstruct</dt> + <dt>Android.common.mk</dt> <dd>PACKAGE_VERSION</dd> <dt>configure.ac</dt> <dd>AC_INIT</dd> |