commit: b3f814db7a968633ada66e97aa05e9769240af26 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Mar 20 17:17:43 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Mar 20 17:17:43 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b3f814db
Update version to 1.4.22 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3057a22..f807496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-03-20 Ulrich Müller <[email protected]> + + * configure.ac: Update version to 1.4.22. + * Tagged 1.4.22 release. + 2023-03-16 Ulrich Müller <[email protected]> * 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, [email protected], eselect) +AC_INIT(eselect, 1.4.22, [email protected], eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)
