diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-10-30 10:15:26 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-10-30 10:15:26 +0100 |
commit | 6946c746d66ef00161af74c57c97a75d1c117df8 (patch) | |
tree | 60655fed6ea88a6a3972072404ab70f0ef3a602f | |
parent | Update NEWS. (diff) | |
download | eselect-6946c746d66ef00161af74c57c97a75d1c117df8.tar.gz eselect-6946c746d66ef00161af74c57c97a75d1c117df8.tar.bz2 eselect-6946c746d66ef00161af74c57c97a75d1c117df8.zip |
Update version to 1.4.7.eselect-1.4.7
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2016-10-30 Ulrich Müller <ulm@gentoo.org> + * 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, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.7, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |