diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-03-20 18:17:43 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-20 18:17:43 +0100 |
commit | b3f814db7a968633ada66e97aa05e9769240af26 (patch) | |
tree | 8730f3509386bae459b72779c9fa91704ea2377b | |
parent | Update NEWS (diff) | |
download | eselect-1.4.22.tar.gz eselect-1.4.22.tar.bz2 eselect-1.4.22.zip |
Update version to 1.4.22eselect-1.4.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2023-03-20 Ulrich Müller <ulm@gentoo.org> + + * configure.ac: Update version to 1.4.22. + * Tagged 1.4.22 release. + 2023-03-16 Ulrich Müller <ulm@gentoo.org> * bin/eselect.in (trap): Don't output a message, because die() diff --git a/configure.ac b/configure.ac index 4a0fc9a..e767884 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.21, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.22, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |