diff options
author | Paul Smith <psmith@gnu.org> | 2013-10-09 01:54:24 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-10-09 02:09:21 -0400 |
commit | 52191d9d613819a77a321ad6c3ab16e1bc73c381 (patch) | |
tree | dd1643e06b7e7e3b9dbe1ce3508ef2806de6d255 /configure.ac | |
parent | dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a (diff) | |
download | gunmake-63b6fd58c94be78d83339d8818c6efc16cbdb377.tar.gz |
GNU Make release 4.0.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bda7627..d73dd8c 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([GNU make],[3.99.93],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.0],[bug-make@gnu.org]) AC_PREREQ([2.62]) |