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: Wed, 19 Jan 2022 03:54:40
Message-Id: 1641676823.18f8049b2a7db469beaec27804ad2969508f3e44.ulm@gentoo
1 commit: 18f8049b2a7db469beaec27804ad2969508f3e44
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 21:20:23 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 21:20:23 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=18f8049b
7
8 Update version to 1.4.20
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 ac7c78b..8089935 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -1,5 +1,8 @@
21 2022-01-08 Ulrich Müller <ulm@g.o>
22
23 + * configure.ac: Update version to 1.4.20.
24 + * Tagged 1.4.20 release.
25 +
26 * bin/eselect.in: Error out if --root has no option argument.
27
28 * configure.ac: Update version to 1.4.19.
29
30 diff --git a/configure.ac b/configure.ac
31 index 6ee7e08..00fd2d8 100644
32 --- a/configure.ac
33 +++ b/configure.ac
34 @@ -1,4 +1,4 @@
35 -AC_INIT(eselect, 1.4.19, eselect@g.o, eselect)
36 +AC_INIT(eselect, 1.4.20, eselect@g.o, eselect)
37 AC_PREREQ(2.59)
38 AC_CONFIG_SRCDIR(bin/eselect.in)
39 AC_CONFIG_AUX_DIR(config)