Release 1.4.0.
This commit is contained in:
parent
1068e08618
commit
058bb7123b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2021-02-10 Érico Nogueira <ericonr@disroot.org>
|
||||||
|
|
||||||
|
* configure.ac: Bumped version to 1.4.0.
|
||||||
|
|
||||||
2021-02-10 Érico Nogueira <ericonr@disroot.org>
|
2021-02-10 Érico Nogueira <ericonr@disroot.org>
|
||||||
|
|
||||||
* Updated argp to glibc 2.33.
|
* Updated argp to glibc 2.33.
|
||||||
|
|
|
@ -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.
|
dnl This configure.ac is only for building a standalone argp library.
|
||||||
AC_PREREQ(2.54)
|
AC_PREREQ(2.54)
|
||||||
AC_INIT(argp-ba.c)
|
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)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
# GNU libc defaults to supplying the ISO C library functions only. The
|
# GNU libc defaults to supplying the ISO C library functions only. The
|
||||||
|
|
Loading…
Reference in a new issue