commit: 268353c6f752917fed3c50171db78bf8ab459945 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 1 16:41:05 2014 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Sep 1 16:41:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=268353c6
Update version to 1.4.3. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ca4c7c9..b27214b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-01 Ulrich Müller <[email protected]> + + * configure.ac: Update version to 1.4.3. + * Tagged 1.4.3 release. + 2014-08-28 Ulrich Müller <[email protected]> * modules/kernel.eselect (find_targets): Changed heuristic for diff --git a/configure.ac b/configure.ac index 21be69f..ab6e76a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.2, [email protected], eselect) +AC_INIT(eselect, 1.4.3, [email protected], eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)
