commit: 9f400f67f09805f7b55666e205d282d73b32143e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 8 17:03:12 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jan 8 17:03:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9f400f67
Update version to 1.4.19 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f0579d..d40ac8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2022-01-08 Ulrich Müller <u...@gentoo.org> + * configure.ac: Update version to 1.4.19. + * Tagged 1.4.19 release. + * bin/eselect.in: New global option --root. (es_do_help): Document it. * doc/user-guide.txt: diff --git a/configure.ac b/configure.ac index 8bc63b0..6ee7e08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.18, esel...@gentoo.org, eselect) +AC_INIT(eselect, 1.4.19, esel...@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)