commit:     92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 17:14:32 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 17:14:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=92ef7eec

Update version to 1.4.21

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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  <[email protected]>
 
+       * 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, [email protected], eselect)
+AC_INIT(eselect, 1.4.21, [email protected], eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)

Reply via email to