commit: 6844029a48c34acbf934a2002582509329a853b7 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 08:45:14 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 08:45:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6844029a
Update version to 1.4.11. ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0be1bc4..398b23c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-01-09 Ulrich Müller <[email protected]> + * configure.ac: Update version to 1.4.11. + * Tagged 1.4.11 release. + * modules/profile.eselect (set_symlink): Require --force option when selecting an experimental profile. diff --git a/configure.ac b/configure.ac index 19601ed..1cb4d06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.10, [email protected], eselect) +AC_INIT(eselect, 1.4.11, [email protected], eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)
