Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: /
Date: Sun, 30 Oct 2016 09:17:29
Message-Id: 1477818926.6946c746d66ef00161af74c57c97a75d1c117df8.ulm@gentoo
1 commit: 6946c746d66ef00161af74c57c97a75d1c117df8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 09:15:26 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:15:26 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6946c746
7
8 Update version to 1.4.7.
9
10 ChangeLog | 3 +++
11 configure.ac | 2 +-
12 2 files changed, 4 insertions(+), 1 deletion(-)
13
14 diff --git a/ChangeLog b/ChangeLog
15 index e9fc937..c7a54f6 100644
16 --- a/ChangeLog
17 +++ b/ChangeLog
18 @@ -1,5 +1,8 @@
19 2016-10-30 Ulrich Müller <ulm@g.o>
20
21 + * configure.ac: Update version to 1.4.7.
22 + * Tagged 1.4.7 release.
23 +
24 * libs/config.bash.in (store_config): Ignore comment lines in
25 config files and make parsing more robust, bug 598480.
26
27
28 diff --git a/configure.ac b/configure.ac
29 index 0448825..a571340 100644
30 --- a/configure.ac
31 +++ b/configure.ac
32 @@ -1,4 +1,4 @@
33 -AC_INIT(eselect, 1.4.6, eselect@g.o, eselect)
34 +AC_INIT(eselect, 1.4.7, eselect@g.o, eselect)
35 AC_PREREQ(2.59)
36 AC_CONFIG_SRCDIR(bin/eselect.in)
37 AC_CONFIG_AUX_DIR(config)