aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-02-27 18:14:32 +0100
committerUlrich Müller <ulm@gentoo.org>2023-02-27 18:14:32 +0100
commit92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c (patch)
tree059c77de4bc1b373a08639c60b24c2bdb5d79ad2
parentUpdate NEWS (diff)
downloadeselect-92ef7eec.tar.gz
eselect-92ef7eec.tar.bz2
eselect-92ef7eec.zip
Update version to 1.4.21eselect-1.4.21
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ChangeLog3
-rwxr-xr-xbin/eselect.in2
-rw-r--r--configure.ac2
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 <ulm@gentoo.org>
+ * 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)