commit: 6946c746d66ef00161af74c57c97a75d1c117df8 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 30 09:15:26 2016 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 09:15:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6946c746
Update version to 1.4.7. ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9fc937..c7a54f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-10-30 Ulrich Müller <[email protected]> + * configure.ac: Update version to 1.4.7. + * Tagged 1.4.7 release. + * libs/config.bash.in (store_config): Ignore comment lines in config files and make parsing more robust, bug 598480. diff --git a/configure.ac b/configure.ac index 0448825..a571340 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.6, [email protected], eselect) +AC_INIT(eselect, 1.4.7, [email protected], eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)
