From 058bb7123b1d232458bdf0b1eedfdfd3c4ffe7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 10 Feb 2021 19:25:53 -0300 Subject: [PATCH] Release 1.4.0. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 451e34a..710e3d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-02-10 Érico Nogueira + + * configure.ac: Bumped version to 1.4.0. + 2021-02-10 Érico Nogueira * Updated argp to glibc 2.33. diff --git a/configure.ac b/configure.ac index 4658839..9068110 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This configure.ac is only for building a standalone argp library. AC_PREREQ(2.54) AC_INIT(argp-ba.c) -AM_INIT_AUTOMAKE(argp, standalone-1.3) +AM_INIT_AUTOMAKE(argp, standalone-1.4.0) AM_CONFIG_HEADER(config.h) # GNU libc defaults to supplying the ISO C library functions only. The