diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-09 09:45:14 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-09 09:45:14 +0100 |
commit | 6844029a48c34acbf934a2002582509329a853b7 (patch) | |
tree | 5f66422543e65c883edca3fdb25f96f6e44acdf4 | |
parent | Update NEWS. (diff) | |
download | eselect-6844029a48c34acbf934a2002582509329a853b7.tar.gz eselect-6844029a48c34acbf934a2002582509329a853b7.tar.bz2 eselect-6844029a48c34acbf934a2002582509329a853b7.zip |
Update version to 1.4.11.eselect-1.4.11
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2018-01-09 Ulrich Müller <ulm@gentoo.org> + * 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, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.11, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |