summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2020-01-17 19:01:49 -0500
committerPaul Smith <psmith@gnu.org>2020-01-19 17:04:52 -0500
commitf430a65ccb5e85eb465f6a64afcbdd09f9c708ed (patch)
tree2b75d089ef990e146987a599f8080ce2b5778df4 /configure.ac
parentc30da63fd22771bdf1ef34ea60cef56c88e0ffdb (diff)
downloadmake-git-f430a65ccb5e85eb465f6a64afcbdd09f9c708ed.tar.gz
GNU Make release 4.34.3
* NEWS: Update for the release * configure.ac: New release number * doc/make.texi: New edition number
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 a2bfd8da..cd49a2c5 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.2.93],[bug-make@gnu.org])
+AC_INIT([GNU make],[4.3],[bug-make@gnu.org])
AC_PREREQ([2.69])