summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2020-01-20 19:24:57 -0500
committerPaul Smith <psmith@gnu.org>2020-01-20 19:25:54 -0500
commit68fbad666703308648984fbac983a40b506aa9b4 (patch)
tree4bca502e496f943944c43b20e302c149b462c5d5 /configure.ac
parentf430a65ccb5e85eb465f6a64afcbdd09f9c708ed (diff)
downloadmake-git-68fbad666703308648984fbac983a40b506aa9b4.tar.gz
Update to GNU make 4.3.90
* NEWS: Add a 4.3.90 section and update Savannah bug URL * configure.ac (AC_INIT): Change release to 4.3.90
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cd49a2c5..f0315a12 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],[4.3],[bug-make@gnu.org])
+AC_INIT([GNU make],[4.3.90],[bug-make@gnu.org])
AC_PREREQ([2.69])