From 92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 27 Feb 2023 18:14:32 +0100 Subject: Update version to 1.4.21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- ChangeLog | 3 +++ bin/eselect.in | 2 +- configure.ac | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 141e377..64a5b5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2023-02-27 Ulrich Müller + * configure.ac: Update version to 1.4.21. + * Tagged 1.4.21 release. + * misc/eselect.bashcomp (_eselect): Add --eprefix and --root options. diff --git a/bin/eselect.in b/bin/eselect.in index 8afbd7e..a521a6f 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -105,7 +105,7 @@ es_do_help() { es_do_version() { echo "eselect ${ESELECT_VERSION}" echo - echo "Copyright (c) 2005-2020 Gentoo Authors." + echo "Copyright (c) 2005-2023 Gentoo Authors." echo "Distributed under the terms of the GNU GPL version 2 or later." } diff --git a/configure.ac b/configure.ac index 00fd2d8..4a0fc9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.20, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.21, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) -- cgit v1.2.3-65-gdbad