commit: e47a5681b849c4b878ff795bf15de320103126a2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 4 10:05:09 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Sep 4 10:05:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=e47a5681
Update version to 1.4.15. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d459f08..dbddf71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-09-04 Ulrich Müller <u...@gentoo.org> + * configure.ac: Update version to 1.4.15. + * Tagged 1.4.15 release. + * autogen.bash (WANT_AUTOCONF, WANT_AUTOMAKE): Update versions. 2019-09-02 Ulrich Müller <u...@gentoo.org> diff --git a/configure.ac b/configure.ac index 6085e4d..55065a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.14, esel...@gentoo.org, eselect) +AC_INIT(eselect, 1.4.15, esel...@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)