Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/, /
Date: Wed, 23 Jan 2019 18:16:03
Message-Id: 1548267313.7268ac5c2e06732668cdfaa62a9eb2be9fea17e3.zmedico@gentoo
1 commit: 7268ac5c2e06732668cdfaa62a9eb2be9fea17e3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 18:14:54 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 18:15:13 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=7268ac5c
7
8 Update version for 2.2.3 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 mirrorselect.8 | 2 +-
13 mirrorselect/version.py | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/mirrorselect.8 b/mirrorselect.8
17 index 3a1e304..e84e133 100644
18 --- a/mirrorselect.8
19 +++ b/mirrorselect.8
20 @@ -1,4 +1,4 @@
21 -.TH "mirrorselect" "8" "2.2.2"
22 +.TH "mirrorselect" "8" "2.2.3"
23
24 .SH "NAME"
25 .LP
26
27 diff --git a/mirrorselect/version.py b/mirrorselect/version.py
28 index ce110c9..60d33ac 100644
29 --- a/mirrorselect/version.py
30 +++ b/mirrorselect/version.py
31 @@ -5,7 +5,7 @@
32 """Mirrorselect 2.x
33 Tool for selecting Gentoo source and rsync mirrors.
34
35 -Copyright 2012 Gentoo Foundation
36 +Copyright 2012-2019 Gentoo Authors
37
38 Copyright (C) 2012 Brian Dolbec <dolsen@g.o>
39
40 @@ -25,5 +25,5 @@ Distributed under the terms of the GNU General Public License v2
41
42 """
43
44 -version = "2.2.2-git"
45 +version = "2.2.3-git"