diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-02-27 18:14:32 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-02-27 18:14:32 +0100 |
commit | 92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c (patch) | |
tree | 059c77de4bc1b373a08639c60b24c2bdb5d79ad2 /bin | |
parent | Update NEWS (diff) | |
download | eselect-92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c.tar.gz eselect-92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c.tar.bz2 eselect-92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c.zip |
Update version to 1.4.21eselect-1.4.21
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/eselect.in | 2 |
1 files changed, 1 insertions, 1 deletions
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." } |