From: Dan Nicholson Date: Sun, 30 Dec 2007 16:48:10 +0000 (-0800) Subject: autoconf: Remind developers to bump version numbers in configure.ac X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73f6f7ed91a9d9620fa2ee7bb6d89a894ee6b6a8;p=mesa.git autoconf: Remind developers to bump version numbers in configure.ac Just like configs/default, the version number in configure.ac needs to be bumped for releases. Maybe later we can figure out how to scrape the version from configs/default into configure.ac. --- diff --git a/docs/devinfo.html b/docs/devinfo.html index cce14d73a36..1f54a92d0f5 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -135,8 +135,8 @@ Update the docs/VERSIONS file too.

-Edit configs/default and change the MESA_MAJOR, MESA_MINOR and MESA_TINY -version numbers. +Edit the MESA_MAJOR, MESA_MINOR and MESA_TINY version numbers in +configs/default and configure.ac.