commit: 82945c99a64b115d058ef8fed79fdb1defcb864f Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Nov 18 05:50:33 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Nov 18 05:50:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=82945c99
Update version to 1.4.28 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 861ec10..1ae3225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-11-18 Ulrich Müller <[email protected]> + + * configure.ac: Update version to 1.4.28. + * Tagged 1.4.28 release. + 2024-11-13 Ulrich Müller <[email protected]> * modules/profile.eselect (get_repo_path): Prefix the portageq diff --git a/configure.ac b/configure.ac index a28ff1d..3b1c78e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.27, [email protected], eselect) +AC_INIT(eselect, 1.4.28, [email protected], eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)
