diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-12-16 12:35:17 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-12-16 12:35:17 +0100 |
commit | 20c9b61f7d2c140ec0f14062e4ca2332c4d796a8 (patch) | |
tree | fe9c2c6abd3a49faecfcad39353d56e0012bd3df | |
parent | Update NEWS. (diff) | |
download | eselect-20c9b61f7d2c140ec0f14062e4ca2332c4d796a8.tar.gz eselect-20c9b61f7d2c140ec0f14062e4ca2332c4d796a8.tar.bz2 eselect-20c9b61f7d2c140ec0f14062e4ca2332c4d796a8.zip |
Update version to 1.4.17.eselect-1.4.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2020-12-16 Ulrich Müller <ulm@gentoo.org> + + * configure.ac: Update version to 1.4.17. + * Tagged 1.4.17 release. + 2020-04-23 Ulrich Müller <ulm@gentoo.org> * modules/rc.eselect (is_script): Test whether the script is a diff --git a/configure.ac b/configure.ac index 62b5c23..79cb10b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.16, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.17, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |