commit: 598206e66aa7c08192113249e13f4083a13deeae Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 24 17:30:33 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Oct 24 17:30:33 2025 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=598206e6
Update version to 1.4.31 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba85cc0..01ad3a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-10-24 Ulrich Müller <[email protected]> + * configure.ac: Update version to 1.4.31. + * Tagged 1.4.31 release. + * bin/eselect.in (ESELECT_STDERR): Drop bash version test. * modules/news.eselect (do_list): Call printf instead of space. diff --git a/configure.ac b/configure.ac index 34c8aa4..d6601da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.30, [email protected], eselect) +AC_INIT(eselect, 1.4.31, [email protected], eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)
