diff options
author | Dan Nicholson <[email protected]> | 2008-04-30 15:06:00 -0700 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2008-05-05 14:21:28 -0700 |
commit | 00994ac08cb84937ca1e35b7a556d8924229bacb (patch) | |
tree | f5d5f53953e25610826567a02b0a409e36fdbb81 /docs/devinfo.html | |
parent | 2ed0f7278e389ecc0cf568518799a9a8f33b1365 (diff) |
autoconf: Scrape the version from configs/default
Added the make script version.mk to print the various version numbers
from configs/default. This is used to substitute the version in autoconf
rather than duplicating it in both places.
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r-- | docs/devinfo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index 1f54a92d0f5..3cebf5f36db 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -136,11 +136,11 @@ Update the docs/VERSIONS file too. <p> Edit the MESA_MAJOR, MESA_MINOR and MESA_TINY version numbers in -configs/default and configure.ac. +configs/default. </p> <p> -Make sure the values in src/mesa/main/version.h is correct. +Make sure the values in src/mesa/main/version.h are correct. </p> <p> |