commit: bc871be8e59c508d8ca413f99f3a84260550378d Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 12:03:58 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 12:03:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=bc871be8
Update version to 1.4.30 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 e145efb..132e44e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-03-22 Ulrich Müller <[email protected]> + * configure.ac: Update version to 1.4.30. + * Tagged 1.4.30 release. + * misc/eselect-mode.el (eselect-mode-copyright-regexp): Allow some variants, e.g. "Copyright (c)" which is used in eselect libs. diff --git a/configure.ac b/configure.ac index da3e39e..34c8aa4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.29, [email protected], eselect) +AC_INIT(eselect, 1.4.30, [email protected], eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)
