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: Thu, 28 Nov 2019 19:24:03
Message-Id: 1574968490.0f91ddb921d67cf1c19bd40434a2bd8499e1dca3.ulm@gentoo
1 commit: 0f91ddb921d67cf1c19bd40434a2bd8499e1dca3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 19:14:50 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 19:14:50 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=0f91ddb9
7
8 Update version to 1.4.16.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ChangeLog | 3 +++
13 configure.ac | 2 +-
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/ChangeLog b/ChangeLog
17 index aaa31db..86ffd88 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -1,5 +1,8 @@
21 2019-11-28 Ulrich Müller <ulm@g.o>
22
23 + * configure.ac: Update version to 1.4.16.
24 + * Tagged 1.4.16 release.
25 +
26 * README: Documentation is now dual-licensed under GPL-2+ or
27 CC-BY-SA-4.0. Update URI of GPL-2 license text.
28
29
30 diff --git a/configure.ac b/configure.ac
31 index 55065a3..62b5c23 100644
32 --- a/configure.ac
33 +++ b/configure.ac
34 @@ -1,4 +1,4 @@
35 -AC_INIT(eselect, 1.4.15, eselect@g.o, eselect)
36 +AC_INIT(eselect, 1.4.16, eselect@g.o, eselect)
37 AC_PREREQ(2.59)
38 AC_CONFIG_SRCDIR(bin/eselect.in)
39 AC_CONFIG_AUX_DIR(config)